1
0
Files
ag-index/docker-compose.nginx.yml

11 lines
297 B
YAML
Raw Normal View History

2026-04-20 15:07:14 +08:00
services:
nginx:
image: nginx:1.27-alpine
container_name: example-com-nginx
restart: unless-stopped
ports:
- "80:80"
volumes:
- /opt/1panel/www/sites/example.com/index:/usr/share/nginx/html:ro
- ./nginx/conf.d/default.conf:/etc/nginx/conf.d/default.conf:ro