rejoin #26

Merged
arindy merged 2 commits from rejoin into main 2025-02-12 02:15:16 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e565d90b0d - Show all commits

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