We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691622b commit c7f0745Copy full SHA for c7f0745
1 file changed
docker-compose.yml
@@ -1,12 +1,11 @@
1
version: '2'
2
services:
3
web:
4
- container_name: node.js
5
image: node
6
env_file:
7
- ./docker/node.js/node.env
8
- ./docker/mysql/mysql.env
9
- - ./docker/.env
+ - ./.env
10
command: node --harmony --debug app.js
11
ports:
12
- "3000:3000"
0 commit comments