Update application port to 3660 to match server configuration
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
build: .
|
||||
container_name: ads-analytics-api
|
||||
ports:
|
||||
- "${PORT:-3001}:3001"
|
||||
- "${PORT:-3660}:3660"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user