Skip to content

Commit 6bf219d

Browse files
committed
nextcloud: restart netcat once a day to ensure that it stays reachable
Signed-off-by: Simon L. <szaimen@e.mail.de>
1 parent af8cac0 commit 6bf219d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containers/nextcloud/supervisord.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ stdout_logfile=/dev/stdout
3939
stdout_logfile_maxbytes=0
4040
stderr_logfile=/dev/stderr
4141
stderr_logfile_maxbytes=0
42-
command=nc -lk 9001
42+
# Restart the netcat command once a day to ensure that it stays reachable
43+
# See https://github.com/nextcloud/all-in-one/issues/6334
44+
command=timeout 86400 nc -lk 9001
4345
user=www-data

0 commit comments

Comments
 (0)