diff --git a/docker-compose.yml b/docker-compose.yml index 5798f84..70cc2f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,7 @@ services: anewdawn: - image: ghcr.io/thelovinator1/anewdawn:master + image: ghcr.io/thelovinator1/anewdawn:latest container_name: anewdawn + environment: + - DISCORD_TOKEN= restart: unless-stopped