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
nginx logs
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf is not a file or does not exist
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
php logs
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: fpm is running, pid 1
[16-Apr-2021 16:00:58] NOTICE: ready to handle connections
The text was updated successfully, but these errors were encountered:
late to the party here but the issue is not related to php directly. everything in this log is normal. odds are you had an issue with traefik or your labels.
Follow the wordpress tutorial here https://www.smarthomebeginner.com/wordpress-on-docker-traefik/ but getting 404 error page not found then trying to access my domain
nginx logs
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf is not a file or does not exist
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
php logs
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'user' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: [pool www] 'group' directive is ignored when FPM is not running as root
[16-Apr-2021 16:00:58] NOTICE: fpm is running, pid 1
[16-Apr-2021 16:00:58] NOTICE: ready to handle connections
The text was updated successfully, but these errors were encountered: