From 3db5978355f81116f11e1e73cc653c751fea4b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 21 Jan 2024 22:44:25 +0100 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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