D
Size: a a a
D
nginx:
image: nginx:alpine
container_name: nginx_static_files
restart: always
volumes:
- ./compose/production/nginx/default.conf:/etc/nginx/conf.d/default.conf
- ./data/media/:/media
labels:
- "traefik.enable=true"
- "traefik.backend=nginx"
- "traefik.frontend.rule=Host:api.example.com;PathPrefix:/media"
- "traefik.port=443"
PT
PT
PT
PT
PT
D
VT
В
D
nginx_static_files | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx_static_files | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx_static_files | /docker-entrypoint.sh: Ignoring /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh, not executable
nginx_static_files | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx_static_files | /docker-entrypoint.sh: Configuration complete; ready for start up
IS