🚀 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:
2026-03-10 04:03:01 +03:00
parent 6104a99a01
commit 940960700e

View File

@ -13,7 +13,7 @@ services:
- CONTAINER_NAME=${CONTAINER_NAME}
- PORT=${PORT}
ports:
- "${PORT}:8000"
- "${PORT}:8888"
networks:
default: