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
The DOCKER_STORAGE_DIR variable is set to /srv/docker.
access.log for Nginx is totally empty (although I tried to access the subdomain several times), and in Nginx's error.log there is really nothing valuable:
2022/12/27 00:02:52 [notice] 1#1: using the "epoll" event method
2022/12/27 00:02:52 [notice] 1#1: nginx/1.23.3
2022/12/27 00:02:52 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6)
2022/12/27 00:02:52 [notice] 1#1: OS: Linux 5.15.79.1-microsoft-standard-WSL2
2022/12/27 00:02:52 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2022/12/27 00:02:52 [notice] 1#1: start worker processes
2022/12/27 00:02:52 [notice] 1#1: start worker process 20
2022/12/27 00:02:52 [notice] 1#1: start worker process 21
2022/12/27 00:02:52 [notice] 1#1: start worker process 22
2022/12/27 00:02:52 [notice] 1#1: start worker process 23
2022/12/27 00:02:52 [notice] 1#1: start worker process 24
2022/12/27 00:02:52 [notice] 1#1: start worker process 25
2022/12/27 00:02:52 [notice] 1#1: start worker process 26
2022/12/27 00:02:52 [notice] 1#1: start worker process 27
2022/12/27 00:02:53 [notice] 1#1: signal 1 (SIGHUP) received, reconfiguring
2022/12/27 00:02:53 [notice] 1#1: reconfiguring
2022/12/27 00:02:53 [notice] 1#1: using the "epoll" event method
2022/12/27 00:02:53 [notice] 1#1: start worker processes
2022/12/27 00:02:53 [notice] 1#1: start worker process 28
2022/12/27 00:02:53 [notice] 1#1: start worker process 29
2022/12/27 00:02:53 [notice] 1#1: start worker process 30
2022/12/27 00:02:53 [notice] 1#1: start worker process 31
2022/12/27 00:02:53 [notice] 1#1: start worker process 32
2022/12/27 00:02:53 [notice] 1#1: start worker process 33
2022/12/27 00:02:53 [notice] 1#1: start worker process 34
2022/12/27 00:02:53 [notice] 1#1: start worker process 35
2022/12/27 00:02:53 [notice] 20#20: gracefully shutting down
2022/12/27 00:02:53 [notice] 20#20: exiting
2022/12/27 00:02:53 [notice] 20#20: exit
2022/12/27 00:02:53 [notice] 21#21: gracefully shutting down
2022/12/27 00:02:53 [notice] 21#21: exiting
2022/12/27 00:02:53 [notice] 24#24: gracefully shutting down
2022/12/27 00:02:53 [notice] 24#24: exiting
2022/12/27 00:02:53 [notice] 23#23: gracefully shutting down
2022/12/27 00:02:53 [notice] 23#23: exiting
2022/12/27 00:02:53 [notice] 24#24: exit
2022/12/27 00:02:53 [notice] 21#21: exit
2022/12/27 00:02:53 [notice] 23#23: exit
2022/12/27 00:02:53 [notice] 22#22: gracefully shutting down
2022/12/27 00:02:53 [notice] 22#22: exiting
2022/12/27 00:02:53 [notice] 22#22: exit
2022/12/27 00:02:53 [notice] 27#27: gracefully shutting down
2022/12/27 00:02:53 [notice] 25#25: gracefully shutting down
2022/12/27 00:02:53 [notice] 27#27: exiting
2022/12/27 00:02:53 [notice] 25#25: exiting
2022/12/27 00:02:53 [notice] 27#27: exit
2022/12/27 00:02:53 [notice] 25#25: exit
2022/12/27 00:02:53 [notice] 26#26: gracefully shutting down
2022/12/27 00:02:53 [notice] 26#26: exiting
2022/12/27 00:02:53 [notice] 26#26: exit
2022/12/27 00:02:53 [notice] 1#1: signal 17 (SIGCHLD) received from 23
2022/12/27 00:02:53 [notice] 1#1: worker process 23 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: worker process 25 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:53 [notice] 1#1: signal 17 (SIGCHLD) received from 21
2022/12/27 00:02:53 [notice] 1#1: worker process 21 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: worker process 22 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: worker process 24 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: worker process 26 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: worker process 27 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:53 [notice] 1#1: signal 17 (SIGCHLD) received from 24
2022/12/27 00:02:53 [notice] 1#1: signal 17 (SIGCHLD) received from 20
2022/12/27 00:02:53 [notice] 1#1: worker process 20 exited with code 0
2022/12/27 00:02:53 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:56 [notice] 1#1: signal 1 (SIGHUP) received, reconfiguring
2022/12/27 00:02:56 [notice] 1#1: reconfiguring
2022/12/27 00:02:56 [notice] 1#1: using the "epoll" event method
2022/12/27 00:02:56 [notice] 1#1: start worker processes
2022/12/27 00:02:56 [notice] 1#1: start worker process 36
2022/12/27 00:02:56 [notice] 1#1: start worker process 37
2022/12/27 00:02:56 [notice] 1#1: start worker process 38
2022/12/27 00:02:56 [notice] 1#1: start worker process 39
2022/12/27 00:02:56 [notice] 1#1: start worker process 40
2022/12/27 00:02:56 [notice] 1#1: start worker process 41
2022/12/27 00:02:56 [notice] 1#1: start worker process 42
2022/12/27 00:02:56 [notice] 1#1: start worker process 43
2022/12/27 00:02:56 [notice] 28#28: gracefully shutting down
2022/12/27 00:02:56 [notice] 28#28: exiting
2022/12/27 00:02:56 [notice] 30#30: gracefully shutting down
2022/12/27 00:02:56 [notice] 29#29: gracefully shutting down
2022/12/27 00:02:56 [notice] 30#30: exiting
2022/12/27 00:02:56 [notice] 29#29: exiting
2022/12/27 00:02:56 [notice] 31#31: gracefully shutting down
2022/12/27 00:02:56 [notice] 34#34: gracefully shutting down
2022/12/27 00:02:56 [notice] 28#28: exit
2022/12/27 00:02:56 [notice] 31#31: exiting
2022/12/27 00:02:56 [notice] 34#34: exiting
2022/12/27 00:02:56 [notice] 30#30: exit
2022/12/27 00:02:56 [notice] 29#29: exit
2022/12/27 00:02:56 [notice] 34#34: exit
2022/12/27 00:02:56 [notice] 31#31: exit
2022/12/27 00:02:56 [notice] 33#33: gracefully shutting down
2022/12/27 00:02:56 [notice] 35#35: gracefully shutting down
2022/12/27 00:02:56 [notice] 33#33: exiting
2022/12/27 00:02:56 [notice] 35#35: exiting
2022/12/27 00:02:56 [notice] 32#32: gracefully shutting down
2022/12/27 00:02:56 [notice] 33#33: exit
2022/12/27 00:02:56 [notice] 35#35: exit
2022/12/27 00:02:56 [notice] 32#32: exiting
2022/12/27 00:02:56 [notice] 32#32: exit
2022/12/27 00:02:56 [notice] 1#1: signal 17 (SIGCHLD) received from 30
2022/12/27 00:02:56 [notice] 1#1: worker process 29 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: worker process 30 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: worker process 31 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: worker process 33 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: worker process 34 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:56 [notice] 1#1: signal 17 (SIGCHLD) received from 28
2022/12/27 00:02:56 [notice] 1#1: worker process 28 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: worker process 35 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:56 [notice] 1#1: signal 17 (SIGCHLD) received from 32
2022/12/27 00:02:56 [notice] 1#1: worker process 32 exited with code 0
2022/12/27 00:02:56 [notice] 1#1: signal 29 (SIGIO) received
2022/12/27 00:02:56 [notice] 1#1: signal 1 (SIGHUP) received, reconfiguring
2022/12/27 00:02:56 [notice] 1#1: reconfiguring
2022/12/27 00:02:56 [notice] 1#1: using the "epoll" event method
[...]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm definitely missing something. I'm trying to run a three-container setup first in my local WSL and then transfer it on production server.
My docker-compose.yml is as follows:
The
DOCKER_STORAGE_DIR
variable is set to /srv/docker.access.log for Nginx is totally empty (although I tried to access the subdomain several times), and in Nginx's error.log there is really nothing valuable:
Any ideas please, why does it stupidly shut down?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions