Skip to content

Commit

Permalink
Enable express debugging in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
espizo committed Oct 11, 2017
1 parent fb79f56 commit 1ff84bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -11,6 +11,7 @@ services:
environment:
- "DB=mongodb://db/mern-crud"
- "CORS=1"
- "DEBUG=express:*"
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules
Expand Down

0 comments on commit 1ff84bd

Please sign in to comment.