fix: correct editor service port typo (47435 → 7435)

This commit is contained in:
Zac Gaetano 2026-05-19 23:06:35 -04:00
parent 07ded22f8e
commit 90bb0769e5

View file

@ -101,7 +101,7 @@ services:
depends_on:
- mam-api
ports:
- "${PORT_EDITOR:-47435}:80"
- "${PORT_EDITOR:-7435}:80"
networks:
- wild-dragon