Skip to content

can't load the web #18

@MuMu360121

Description

@MuMu360121

I use the docker compose like this:
version: '3' services: roundcube: image: instrumentisto/roundcube:fpm expose: - "9088" volumes: - /share/CACHEDEV2_DATA/Container/roundcube:/app - /share/CACHEDEV2_DATA/Container/roundcube/roundcube.config.php:/app/config/config.inc.php:ro nginx: image: nginx:stable-alpine depends_on: - roundcube ports: - "6080:80" volumes: - /share/CACHEDEV2_DATA/Container/roundcube:/var/www - /share/CACHEDEV2_DATA/Container/roundcube/nginx_config:/etc/nginx/conf.d/:ro

but the web can't load
image

the log is:
/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: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/11/14 14:19:34 [notice] 1#1: using the "epoll" event method
2024/11/14 14:19:34 [notice] 1#1: nginx/1.26.2
2024/11/14 14:19:34 [notice] 1#1: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
2024/11/14 14:19:34 [notice] 1#1: OS: Linux 5.10.60-qnap
2024/11/14 14:19:34 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 65535:65535
2024/11/14 14:19:34 [notice] 1#1: start worker processes
2024/11/14 14:19:34 [notice] 1#1: start worker process 20
2024/11/14 14:19:34 [notice] 1#1: start worker process 21
2024/11/14 14:19:34 [notice] 1#1: start worker process 22
2024/11/14 14:19:34 [notice] 1#1: start worker process 23

and
s6-rc: info: service syslog: starting
s6-rc: info: service s6rc-oneshot-runner: starting
Nov 14 14:19:33 b44759f8b6b5 syslog.info syslogd started: BusyBox v1.36.1
s6-rc: info: service syslog successfully started
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[14-Nov-2024 14:19:33] STARTUP: PHP OPcache JIT is enabled of 100M
[14-Nov-2024 14:19:33 Etc/UTC] PHP Deprecated: PHP Startup: Use of mbstring.internal_encoding is deprecated in Unknown on line 0
[14-Nov-2024 14:19:33] NOTICE: fpm is running, pid 80
[14-Nov-2024 14:19:33] NOTICE: ready to handle connections

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions