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
|
||||
tty: true
|
||||
ports:
|
||||
- "8400:80"
|
||||
- "8401:80"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
|
||||
Reference in New Issue
Block a user