mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add openresty
This commit is contained in:
10
openresty/docker-compose.yml
Normal file
10
openresty/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user