2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 10:07:24 +01:00

update mosquitto

This commit is contained in:
kev
2017-05-06 12:59:40 +08:00
parent 3f2de16f02
commit 2e1e958708
7 changed files with 27 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
nginx:
image: easypi/nginx-arm
ports:
- "80:80"
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