mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 00:53:30 +02:00
Compare commits
1 Commits
dependabot
...
always-lin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eb4b7519d |
@@ -28,9 +28,9 @@ Key features:
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
|
wget -O docker-compose.yaml https://github.com/maxdorninger/MediaManager/releases/latest/download/docker-compose.yaml
|
||||||
mkdir config
|
mkdir config
|
||||||
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
|
wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releases/latest/download/config.example.toml
|
||||||
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
|
# you probably need to edit the config.toml file in the ./config directory, for more help see the documentation
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Follow these steps to get MediaManager running with Docker Compose:
|
|||||||
Download the `docker-compose.yaml` from the MediaManager repo:
|
Download the `docker-compose.yaml` from the MediaManager repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O docker-compose.yaml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/docker-compose.yaml
|
wget -O docker-compose.yaml https://github.com/maxdorninger/MediaManager/releases/latest/download/docker-compose.yaml
|
||||||
```
|
```
|
||||||
{% endstep %}
|
{% endstep %}
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ Create a config directory and download the example configuration:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir config
|
mkdir config
|
||||||
wget -O ./config/config.toml https://raw.githubusercontent.com/maxdorninger/MediaManager/refs/heads/master/config.example.toml
|
wget -O ./config/config.toml https://github.com/maxdorninger/MediaManager/releases/latest/download/config.example.toml
|
||||||
```
|
```
|
||||||
{% endstep %}
|
{% endstep %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user