Update docker-compose.yml

This commit is contained in:
2024-01-21 22:44:25 +01:00
parent 555dd0431d
commit 3db5978355

View File

@ -1,5 +1,7 @@
services: services:
anewdawn: anewdawn:
image: ghcr.io/thelovinator1/anewdawn:master image: ghcr.io/thelovinator1/anewdawn:latest
container_name: anewdawn container_name: anewdawn
environment:
- DISCORD_TOKEN=
restart: unless-stopped restart: unless-stopped