no detail error logs
[root@monitor docker-standalone]# docker compose -f docker-compose-nodejs.yml logs web
web-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
web-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
web-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
web-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
web-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
web-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
web-1 | 172.21.0.1 - - [20/Apr/2026:03:31:01 +0000] "GET / HTTP/1.1" 500 5 "-" "Wget/1.19.5 (linux-gnu)"
[root@monitor docker-standalone]# docker compose -f docker-compose-nodejs.yml logs php
php-1 | [20-Apr-2026 03:30:52] NOTICE: fpm is running, pid 1
php-1 | [20-Apr-2026 03:30:52] NOTICE: ready to handle connections
php-1 | 172.21.0.9 - 20/Apr/2026:03:31:01 +0000 "GET /index.php" 500
no detail error logs
[root@monitor docker-standalone]# docker compose -f docker-compose-nodejs.yml logs web
web-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
web-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
web-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
web-1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf differs from the packaged version
web-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
web-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
web-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
web-1 | 172.21.0.1 - - [20/Apr/2026:03:31:01 +0000] "GET / HTTP/1.1" 500 5 "-" "Wget/1.19.5 (linux-gnu)"
[root@monitor docker-standalone]# docker compose -f docker-compose-nodejs.yml logs php
php-1 | [20-Apr-2026 03:30:52] NOTICE: fpm is running, pid 1
php-1 | [20-Apr-2026 03:30:52] NOTICE: ready to handle connections
php-1 | 172.21.0.9 - 20/Apr/2026:03:31:01 +0000 "GET /index.php" 500