Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 1c7b193

Browse files
authored
Update docker-compose.yml
- Fix notes section to ref to correct home dir within pack based images - Fixes #4618
1 parent 87a98cd commit 1c7b193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: '3'
66
# - HOST_MOUNT_PATH and DOCKER_MOUNT_PATH are used to set the host and docker mount folders.
77
# If not set HOST_MOUNT_PATH defaults to the local host folder where the docker compose is being started.
88
# If not set DOCKER_MOUNT_PATH defaults to /home/cnb/scdf on dataflow-server and skipper containers.
9-
# Example to mount the local Maven repository: HOST_MOUNT_PATH=~/.m2/repository/ DOCKER_MOUNT_PATH=/root/.m2 docker-compose up
9+
# Example to mount the local Maven repository: HOST_MOUNT_PATH=~/.m2 DOCKER_MOUNT_PATH=/home/cnb/.m2 docker-compose up
1010
# - APPS_PORT_RANGE allows you to override the port range exported by the Skipper server. By default the APPS_PORT_RANGE
1111
# must supersede the local deployer's PORTRANGE_LOW and PORTRANGE_HIGH - the ports assigned to the stream apps run inside the Skipper container.
1212
# The stream apps tha run in their own docker containers must set [DOCKER_PORTRANGE_LOW, DOCKER_PORTRANGE_HIGH] range that

0 commit comments

Comments
 (0)