diff --git a/docker-compose.yml b/docker-compose.yml index 7342cc0..d176d4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: volumes: - mongodb_data:/data/db ports: - - "27018:27017" + - "27017" # publish on a random host port networks: - infinity-network healthcheck: @@ -38,7 +38,7 @@ services: - NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} env_file: .env ports: - - "8082:3000" # Let Docker assign a dynamic host port + - "3000" # publish on a random host port networks: - infinity-network