Closed itstueben closed 2 years ago
hmm, very interesting, are you running the latest image? I just checked the latest image and it runs fine. Can you provide more context? What like environment variables are you using, is this the first time installing, and did you install it from Unraid?
Its seems that the nginx is not running correctly. What can i do?
`2022-10-17T21:10:46Z [INFO] [Entrypoint]: /usr/local/bin/docker-entrypoint: running /docker-entrypoint-init.d/20-chown.sh
Executing chown www-data
/usr/lib/python3.9/site-packages/supervisor/options.py:474: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
self.warnings.warn(
2022-10-17 21:26:08,788 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2022-10-17 21:26:08,790 INFO supervisord started with pid 1
2022-10-17 21:26:09,793 INFO spawned: 'shutdown' with pid 95
2022-10-17 21:26:09,794 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:09,796 INFO spawned: 'php-fpm' with pid 96
2022-10-17 21:26:09,798 INFO spawned: 'queue-worker_00' with pid 97
2022-10-17 21:26:09,801 INFO spawned: 'queue-worker_01' with pid 98
2022-10-17 21:26:09,816 INFO spawned: 'scheduler' with pid 99
READY
[17-Oct-2022 21:26:10] NOTICE: fpm is running, pid 96
[17-Oct-2022 21:26:10] NOTICE: ready to handle connections
2022-10-17 21:26:11,190 INFO success: shutdown entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-10-17 21:26:11,190 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:11,191 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-10-17 21:26:11,191 INFO success: queue-worker_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-10-17 21:26:11,191 INFO success: queue-worker_01 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-10-17 21:26:11,191 INFO success: scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
INFO Running schedule tasks every minute.
INFO Processing jobs from the [default] queue.
INFO Processing jobs from the [default] queue.
2022-10-17 21:26:13,584 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:16,588 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:20,592 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:25,597 INFO spawnerr: can't find command '/usr/sbin/nginx'
2022-10-17 21:26:25,597 INFO gave up: nginx_00 entered FATAL state, too many start retries too quickly
2022-10-17 21:26:26,599 WARN received SIGQUIT indicating exit request
2022-10-17 21:26:26,600 INFO waiting for shutdown, php-fpm, queue-worker_00, queue-worker_01, scheduler to die
Processing Event: ver:3.0 server:supervisor serial:0 pool:shutdown poolserial:0 eventname:PROCESS_STATE_FATAL len:55
2022-10-17 21:26:27,608 INFO stopped: scheduler (terminated by SIGTERM)
2022-10-17 21:26:27,622 INFO stopped: queue-worker_01 (terminated by SIGTERM)
2022-10-17 21:26:28,624 INFO stopped: queue-worker_00 (terminated by SIGTERM)
[17-Oct-2022 21:26:28] NOTICE: Terminating ...
[17-Oct-2022 21:26:28] NOTICE: exiting, bye-bye!
2022-10-17 21:26:28,631 INFO stopped: php-fpm (exit status 0)
2022-10-17 21:26:28,632 INFO stopped: shutdown (terminated by SIGTERM)`