1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 01:09:17 +08:00
1Panel/apps/nginx/versions/1.23.1/docker-compose.yml
2022-11-24 16:08:57 +08:00

17 lines
361 B
YAML

version: '3'
services:
nginx1.23.1:
container_name: nginx1.23.1
image: nginx:1.23.1
restart: always
network_mode: host
volumes:
- ./conf/nginx.conf:/etc/nginx/nginx.conf
- ./log:/var/log/nginx
- ./conf/conf.d:/etc/nginx/conf.d/
- ./ssl:/etc/nginx/ssl
- ./www:/www/root/
- ./root:/usr/share/nginx/html