appstore-1panel/apps/openresty/1.21.4.3-0-focal/docker-compose.yml
renovate[bot] a4ae036e70
chore(deps): update openresty/openresty docker tag to v1.21.4.3 (#589)
* chore(deps): update openresty/openresty docker tag to v1.21.4.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-11-13 14:45:19 +08:00

19 lines
626 B
YAML

version: '3'
services:
openresty:
image: openresty/openresty:1.21.4.3-0-focal
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ./conf/nginx.conf:/usr/local/openresty/nginx/conf/nginx.conf
- ./conf/fastcgi_params:/usr/local/openresty/nginx/conf/fastcgi_params
- ./conf/fastcgi-php.conf:/usr/local/openresty/nginx/conf/fastcgi-php.conf
- ./log:/var/log/nginx
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
- ./www:/www
- ./root:/usr/share/nginx/html
- /etc/localtime:/etc/localtime
labels:
createdBy: "Apps"