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

13 lines
363 B
YAML

version: '3'
services:
openresty1.21.4:
image: openresty/openresty:1.21.4.1-3-alpine
restart: always
network_mode: host
volumes:
- ./conf/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf
- ./log:/var/log/nginx
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
- ./www:/www
- ./root:/usr/share/nginx/html