docker-traefik icon indicating copy to clipboard operation
docker-traefik copied to clipboard

Wordpress

Open ahmaddxb opened this issue 3 years ago • 1 comments

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

ahmaddxb avatar Apr 16 '21 16:04 ahmaddxb

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.

maxfield-allison avatar Feb 11 '22 16:02 maxfield-allison