updating installation guide

This commit is contained in:
maxDorninger
2025-07-18 21:05:33 +02:00
parent d352a8546a
commit 4ab22bf1ca
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ other services.
```sh
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
mkdir config
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.toml
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
docker compose up -d
```

View File

@@ -11,8 +11,10 @@ The recommended way to install and run Media Manager is using Docker and Docker
## Setup
* Download the `docker-compose.yaml` from the MediaManager repo with the following command:
```sh
```bash
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
mkdir config
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.toml
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
docker compose up -d
```