Skip to content

Commit a0a50cb

Browse files
committed
move the Docker test mountpoint up to the homedir
1 parent 2ed6e52 commit a0a50cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/docker-images/ziti-controller/compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ volumes:
44
services:
55
ziti-controller:
66
volumes:
7-
- ziti-test:/home/ziggy/.config/ziti
7+
- ziti-test:/home/ziggy
88

99
wait-for-controller:
1010
profiles:

dist/docker-images/ziti-router/compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ services:
33
networks:
44
- ziti
55
volumes:
6-
- ziti-test:/home/ziggy/.config/ziti
6+
- ziti-test:/home/ziggy

0 commit comments

Comments
 (0)