Skip to content

Commit 8ef4089

Browse files
committed
Allow configuring the local port to bind to in the Docker compose file.
1 parent 7579ad2 commit 8ef4089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
args:
77
- GIT_COMMIT=${GIT_COMMIT}
88
ports:
9-
- "127.0.0.1:8000:8080"
9+
- "127.0.0.1:${LOCAL_PORT}:8080"
1010
volumes:
1111
- type: bind
1212
source: ${DOC_PATH}

0 commit comments

Comments
 (0)