From 2f63a2e0a05b7d9f861631babdefa6983929182d Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 16 Feb 2024 03:08:04 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.production.yml b/stack.production.yml index ec14e4b..7cb63cc 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -25,6 +25,8 @@ services: environment: - NTFY_LISTEN_ADDR=0.0.0.0:80 - NTFY_DATA_DIR=/data + command: + - serve networks: traefik: external: true \ No newline at end of file