Update docker-compose file

master
informatic 2017-02-05 18:39:30 +01:00
parent 9a574c2004
commit c4098e6163
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ mosquitto:
nginx:
image: nginx
volumes:
- ota:/usr/share/nginx/html
- ./ota:/usr/share/nginx/html/api
ports:
- "80:80"