renames compose service
All checks were successful
CI / deploy (push) Successful in 4m14s
CI / deploy (pull_request) Successful in 4m15s

This commit is contained in:
Arindy 2025-02-12 02:06:31 +01:00
parent d313045005
commit e565d90b0d
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ You can start dice-tower with docker compose
Create a `compose.yml`-File with following content: Create a `compose.yml`-File with following content:
```yaml ```yaml
services: services:
api: dice-tower:
container_name: dice-tower container_name: dice-tower
image: git.arindy.de/arindy/dice-tower:latest image: git.arindy.de/arindy/dice-tower:latest
restart: always restart: always

View File

@ -1,5 +1,5 @@
services: services:
api: dice-tower:
container_name: dice-tower container_name: dice-tower
image: git.arindy.de/arindy/dice-tower:latest image: git.arindy.de/arindy/dice-tower:latest
restart: always restart: always