From 1040a0fb816d8c521e646f7ab18dff5e42fcb7e2 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 28 Jul 2024 20:40:57 +0200 Subject: [PATCH] [poush] --- swarm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swarm.yml b/swarm.yml index ca8d663..f9e5267 100644 --- a/swarm.yml +++ b/swarm.yml @@ -312,10 +312,12 @@ image: alpine volumes: - /var/log/syslog:/var/log/stream.log + - /var/log/auth.log:/var/log/auth.log command: - tail - -f - /var/log/stream.log + - /var/log/auth.log restart: unless-stopped deploy: mode: global