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