Update docker-compose
This commit is contained in:
parent
2395af36d9
commit
a9c10851d6
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ services:
|
||||||
infoscreens:
|
infoscreens:
|
||||||
image: cbase/infoscreens
|
image: cbase/infoscreens
|
||||||
ports:
|
ports:
|
||||||
- '8080:80'
|
- '8080:8080'
|
||||||
links:
|
links:
|
||||||
- mqtt-infoscreens
|
- mqtt-infoscreens
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/share/nginx/html
|
- ./dist:/var/infoscreens/dist
|
||||||
|
|
Loading…
Reference in a new issue