Skip to content

Commit

Permalink
port mapping and logging for node
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinveenbirkenbach committed Jan 6, 2019
1 parent eea3e4d commit 4dd87b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Expand Up @@ -36,6 +36,7 @@ services:
volumes_from:
- php
- nginx
- node
node:
image: "node:8"
user: "node"
Expand All @@ -45,6 +46,6 @@ services:
volumes:
- ${NODE_APP_PATH}:/home/node/app
- ./logs/node:/home/node/.npm/_logs/
expose:
- "82"
ports:
- 82:8080
command: "npm start"

0 comments on commit 4dd87b3

Please sign in to comment.