Files
common-server-public/nginx/docker-compose.yml
12600k-rog-d4 774cae3c02 0907
2026-09-07 10:29:54 +08:00

17 lines
323 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
nginx:
image: nginx:09051708
container_name: nginx-proxy
ports:
- "8081:80"
- "4430:443"
# 配置已内嵌于镜像(构建时 COPY 进 /etc/nginx故不挂载 conf.d
restart: unless-stopped
networks:
- trim-default
networks:
trim-default:
external: true