2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update nginx

This commit is contained in:
kev
2021-02-02 18:22:31 +08:00
parent 78b5053f24
commit 5771e5c1c7
7 changed files with 9 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
nginx:
image: nginx:alpine
volumes:
- ./data/default.conf:/etc/nginx/conf.d/default.conf
- ./data/conf.d:/etc/nginx/conf.d
- ./data/ssl:/etc/nginx/ssl
net: host
restart: always
restart: unless-stopped