mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 01:23:49 +01:00
Fix the uid:gid on comose guides for issue 625
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
This commit is contained in:
parent
f11819fe73
commit
95de20ec70
@ -1,8 +1,8 @@
|
||||
services:
|
||||
zrok-init:
|
||||
image: busybox
|
||||
# matches uid:gid of "nobody" in zrok container image
|
||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
||||
# matches uid:gid of "ziggy" in zrok container image
|
||||
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||
user: root
|
||||
volumes:
|
||||
- zrok_env:/mnt/.zrok
|
||||
|
@ -1,8 +1,8 @@
|
||||
services:
|
||||
zrok-init:
|
||||
image: busybox
|
||||
# matches uid:gid of "nobody" in zrok container image
|
||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
||||
# matches uid:gid of "ziggy" in zrok container image
|
||||
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||
user: root
|
||||
volumes:
|
||||
- zrok_env:/mnt/.zrok
|
||||
|
@ -2,8 +2,8 @@ services:
|
||||
# set file ownership
|
||||
zrok-init:
|
||||
image: busybox
|
||||
# matches uid:gid of "nobody" in zrok container image
|
||||
command: chown -Rc 65534:65534 /mnt/
|
||||
# matches uid:gid of "ziggy" in zrok container image
|
||||
command: chown -Rc 2171:2171 /mnt/
|
||||
user: root
|
||||
volumes:
|
||||
- zrok_env:/mnt
|
||||
|
@ -3,8 +3,8 @@ services:
|
||||
# set file ownership
|
||||
zrok-init:
|
||||
image: busybox
|
||||
# matches uid:gid of "nobody" in zrok container image
|
||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
||||
# matches uid:gid of "ziggy" in zrok container image
|
||||
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||
user: root
|
||||
volumes:
|
||||
- zrok_env:/mnt/.zrok
|
||||
|
Loading…
Reference in New Issue
Block a user