We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d85497 commit 9b8051dCopy full SHA for 9b8051d
docker-compose.yml
@@ -25,7 +25,7 @@ services:
25
expose:
26
- "3306"
27
environment: # this section can be commented to start in dev mode by default
28
- - NODE_ENV=production
+ - NODE_ENV=production # set either production or development, then it will load the respective config
29
restart: always
30
links:
31
- mysql
0 commit comments