We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8cac0 commit 6bf219dCopy full SHA for 6bf219d
Containers/nextcloud/supervisord.conf
@@ -39,5 +39,7 @@ stdout_logfile=/dev/stdout
39
stdout_logfile_maxbytes=0
40
stderr_logfile=/dev/stderr
41
stderr_logfile_maxbytes=0
42
-command=nc -lk 9001
+# 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
45
user=www-data
0 commit comments