From e565d90b0dc66a179410456098ce7e4f9d3702c6 Mon Sep 17 00:00:00 2001 From: Arindy Date: Wed, 12 Feb 2025 02:06:31 +0100 Subject: [PATCH] renames compose service --- README.md | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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