0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -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
#restart: always
depends_on:
- uxbox_db
- db
ports:
- "6060:6060"
environment:
@ -55,7 +55,7 @@ services:
#image: monogramm/uxbox:frontend
#restart: always
depends_on:
- uxbox_backend
- backend
ports:
- 80:80
environment: