0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00

💚 Fix docker-compose run

This commit is contained in:
mathieu.brunot 2019-02-15 23:11:15 +01:00
parent 88fff9e48b
commit d9355c3db4
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -23,7 +23,7 @@ services:
#image: monogramm/uxbox:backend #image: monogramm/uxbox:backend
#restart: always #restart: always
depends_on: depends_on:
- uxbox_db - db
ports: ports:
- "6060:6060" - "6060:6060"
environment: environment:
@ -55,7 +55,7 @@ services:
#image: monogramm/uxbox:frontend #image: monogramm/uxbox:frontend
#restart: always #restart: always
depends_on: depends_on:
- uxbox_backend - backend
ports: ports:
- 80:80 - 80:80
environment: environment: