1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 16:59:17 +08:00
1Panel/apps/nginx/1.23.1/docker-compose.yml

13 lines
353 B
YAML
Raw Normal View History

2022-09-27 22:53:24 +08:00
services:
nginx1.23.1:
container_name: ${CONTAINER_NAME}
image: nginx:1.23.1
restart: always
ports:
- ${PORT}:80
volumes:
- ./conf/nginx.conf:/etc/nginx/nginx.conf
- ./www:/home/www
- ./log:/var/log/nginx
- ./conf/conf.d/default.conf:/etc/nginx/conf.d/default.conf
- ./html:/usr/share/nginx/html