You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dde system-nuke delete's data/reverseproxy/etc/nginx/conf.d/dde.conf and recreates it as a directory on dde system-up.
After this the container is stuck in a reboot-loop until the file is replaced.
$ docker logs -f dde_reverseproxy
nginx.1 | 2020/01/24 12:40:58 [crit] 28#28: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego | starting nginx.1 on port 5200
forego | sending SIGTERM to nginx.1
forego | sending SIGTERM to dockergen.1
forego | starting dockergen.1 on port 5000
forego | starting nginx.1 on port 5100
nginx.1 | 2020/01/24 12:41:51 [crit] 28#28: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego | starting nginx.1 on port 5200
forego | sending SIGTERM to nginx.1
forego | sending SIGTERM to dockergen.1
forego | starting dockergen.1 on port 5000
forego | starting nginx.1 on port 5100
nginx.1 | 2020/01/24 12:42:52 [crit] 33#33: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego | starting nginx.1 on port 5200
forego | sending SIGTERM to nginx.1
forego | sending SIGTERM to dockergen.1
forego | starting dockergen.1 on port 5000
forego | starting nginx.1 on port 5100
nginx.1 | 2020/01/24 12:43:53 [crit] 27#27: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego | starting nginx.1 on port 5200
forego | sending SIGTERM to nginx.1
forego | sending SIGTERM to dockergen.1
The text was updated successfully, but these errors were encountered:
dde system-nuke delete's data/reverseproxy/etc/nginx/conf.d/dde.conf and recreates it as a directory on dde system-up.
After this the container is stuck in a reboot-loop until the file is replaced.
$ docker logs -f dde_reverseproxy
The text was updated successfully, but these errors were encountered: