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:
parent
88fff9e48b
commit
d9355c3db4
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue