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

update ghost

This commit is contained in:
kev
2017-04-30 23:36:09 +08:00
parent 101ffe5866
commit 6c227b4e02
7 changed files with 54 additions and 28 deletions

View File

@@ -1,8 +1,7 @@
nginx:
image: vimagick/nginx
ports:
- "80:80"
image: nginx:alpine
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
- ./html:/usr/share/nginx/html
- ./data/default.conf:/etc/nginx/conf.d/default.conf
- ./data/ssl:/etc/nginx/ssl
net: host
restart: always