From 4d9a320267393b2b5ea2a6188bbadac2790a5cb7 Mon Sep 17 00:00:00 2001 From: Phoenix/HotaruBlaze Date: Wed, 3 Jun 2026 22:16:30 +0100 Subject: [PATCH] Fix compose.yaml --- compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index cb919dd..bff8765 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,6 +2,5 @@ services: cinderwatch: image: git.infernonode.com/hotarublaze/cinderwatch:latest restart: always -networks: - external: - external: true \ No newline at end of file + environment: + - DISCORD_TOKEN=${DISCORD_TOKEN} \ No newline at end of file