🚀 chore: update container port mapping
Update the port mapping in docker-compose.yml to use port 8888 instead of 8000 for the service. This change ensures compatibility with the updated application configuration.
This commit is contained in:
@ -13,7 +13,7 @@ services:
|
||||
- CONTAINER_NAME=${CONTAINER_NAME}
|
||||
- PORT=${PORT}
|
||||
ports:
|
||||
- "${PORT}:8000"
|
||||
- "${PORT}:8888"
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user