mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
updating installation guide, rename config.toml to config.example.toml
This commit is contained in:
@@ -32,7 +32,7 @@ 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
|
||||
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
|
||||
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
@@ -14,7 +14,7 @@ The recommended way to install and run Media Manager is using Docker and Docker
|
||||
```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
|
||||
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
|
||||
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user