Compose file: fix variable substitution

This commit is contained in:
Ahtsham Raziq
2019-02-09 23:24:32 +05:00
parent abf6a9fa58
commit 92be01dd81
+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: