Skip to content

Commit 9b8051d

Browse files
committed
Refine compose with some comments
1 parent 3d85497 commit 9b8051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
expose:
2626
- "3306"
2727
environment: # this section can be commented to start in dev mode by default
28-
- NODE_ENV=production
28+
- NODE_ENV=production # set either production or development, then it will load the respective config
2929
restart: always
3030
links:
3131
- mysql

0 commit comments

Comments
 (0)