Merge pull request #1934 from ahtshamraziq/fix-docker-compose-variable-substitution

Compose file: fix variable substitution
This commit is contained in:
Daniel Imms
2019-03-05 08:31:59 -08:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ services:
volumes:
- ./:/usr/src/app
ports:
- ${XTERMJS_PORT:3000}:3000
- ${XTERMJS_PORT:-3000}:3000
command: ["npm", "start"]
watch: