diff --git a/docker-compose.yaml b/docker-compose.yaml index a7ce6073f..c2efb1905 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -13,7 +13,7 @@ services: secrets: - npmrc ports: - - "${PORT:-3001}:${FREIGHT_API_PORT:-3001}" + - "${PORT:-3001}:${PORT:-3001}" env_file: - apps/edr-freight-api/.env