Skip to content

Commit

Permalink
Merge pull request #1934 from ahtshamraziq/fix-docker-compose-variabl…
Browse files Browse the repository at this point in the history
…e-substitution

Compose file: fix variable substitution
  • Loading branch information
Tyriar committed Mar 5, 2019
2 parents 8fa7f17 + 1aa40eb commit f41146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
volumes:
- ./:/usr/src/app
ports:
- ${XTERMJS_PORT:3000}:3000
- ${XTERMJS_PORT:-3000}:3000
command: ["npm", "start"]

watch:
Expand Down

0 comments on commit f41146f

Please sign in to comment.