update README.md, template docker-compose.yaml and the documentation

This commit is contained in:
maxDorninger
2025-07-11 12:22:38 +02:00
parent 517042973b
commit 9aea4a9601
13 changed files with 558 additions and 354 deletions

View File

@@ -31,7 +31,8 @@ other services.
```
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
# Edit docker-compose.yaml to set the environment variables!
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.toml
# you probably need to edit the config.toml file, for more help see the documentation
docker compose up -d
```