We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdaf9f commit fc2e693Copy full SHA for fc2e693
1 file changed
docker-compose.yml
@@ -9,6 +9,7 @@ services:
9
environment:
10
NODE_ENV: production
11
NODE_OPTIONS: '--max-old-space-size=448'
12
+ PORT: ${PORT:-3000}
13
ports:
14
- '${PORT:-3000}:${PORT:-3000}'
15
deploy:
0 commit comments