We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7579ad2 commit 8ef4089Copy full SHA for 8ef4089
compose.yml
@@ -6,7 +6,7 @@ services:
6
args:
7
- GIT_COMMIT=${GIT_COMMIT}
8
ports:
9
- - "127.0.0.1:8000:8080"
+ - "127.0.0.1:${LOCAL_PORT}:8080"
10
volumes:
11
- type: bind
12
source: ${DOC_PATH}
0 commit comments