Skip to content

Commit f41146f

Browse files
authored
Merge pull request #1934 from ahtshamraziq/fix-docker-compose-variable-substitution
Compose file: fix variable substitution
2 parents 8fa7f17 + 1aa40eb commit f41146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
volumes:
88
- ./:/usr/src/app
99
ports:
10-
- ${XTERMJS_PORT:3000}:3000
10+
- ${XTERMJS_PORT:-3000}:3000
1111
command: ["npm", "start"]
1212

1313
watch:

0 commit comments

Comments
 (0)