fix: Update frontend port mapping from 8400 to 8401 in docker-compose
This commit is contained in:
@@ -11,6 +11,6 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- "8400:80"
|
- "8401:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app
|
- ./app:/app
|
||||||
|
|||||||
Reference in New Issue
Block a user