1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/openresty/docker-compose.yml
2021-08-27 14:46:13 +08:00

11 lines
241 B
YAML

version: "3.8"
services:
openresty:
image: openresty/openresty:alpine
ports:
- "8000:80"
volumes:
- ./data/conf.d:/etc/nginx/conf.d
- ./data/lualib:/usr/local/openresty/site/lualib
restart: unless-stopped