diff --git a/README.md b/README.md index 4f55335..1f54d1c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ You can start dice-tower with docker compose Create a `compose.yml`-File with following content: ```yaml services: - api: + dice-tower: container_name: dice-tower image: git.arindy.de/arindy/dice-tower:latest restart: always diff --git a/compose.yml b/compose.yml index 2403b5f..3407685 100644 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,5 @@ services: - api: + dice-tower: container_name: dice-tower image: git.arindy.de/arindy/dice-tower:latest restart: always