mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
updating installation guide
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user