mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update nginx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user