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