mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
15 lines
399 B
YAML
15 lines
399 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
|
|
labels:
|
|
createdBy: "Apps"
|