fix: correct editor service port typo (47435 → 7435)
This commit is contained in:
parent
07ded22f8e
commit
90bb0769e5
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ services:
|
|||
depends_on:
|
||||
- mam-api
|
||||
ports:
|
||||
- "${PORT_EDITOR:-47435}:80"
|
||||
- "${PORT_EDITOR:-7435}:80"
|
||||
networks:
|
||||
- wild-dragon
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue