mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 08:17:05 +02: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:
|
services:
|
||||||
zrok-init:
|
zrok-init:
|
||||||
image: busybox
|
image: busybox
|
||||||
# matches uid:gid of "nobody" in zrok container image
|
# matches uid:gid of "ziggy" in zrok container image
|
||||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- zrok_env:/mnt/.zrok
|
- zrok_env:/mnt/.zrok
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
zrok-init:
|
zrok-init:
|
||||||
image: busybox
|
image: busybox
|
||||||
# matches uid:gid of "nobody" in zrok container image
|
# matches uid:gid of "ziggy" in zrok container image
|
||||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- zrok_env:/mnt/.zrok
|
- zrok_env:/mnt/.zrok
|
||||||
|
@ -2,8 +2,8 @@ services:
|
|||||||
# set file ownership
|
# set file ownership
|
||||||
zrok-init:
|
zrok-init:
|
||||||
image: busybox
|
image: busybox
|
||||||
# matches uid:gid of "nobody" in zrok container image
|
# matches uid:gid of "ziggy" in zrok container image
|
||||||
command: chown -Rc 65534:65534 /mnt/
|
command: chown -Rc 2171:2171 /mnt/
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- zrok_env:/mnt
|
- zrok_env:/mnt
|
||||||
|
@ -3,8 +3,8 @@ services:
|
|||||||
# set file ownership
|
# set file ownership
|
||||||
zrok-init:
|
zrok-init:
|
||||||
image: busybox
|
image: busybox
|
||||||
# matches uid:gid of "nobody" in zrok container image
|
# matches uid:gid of "ziggy" in zrok container image
|
||||||
command: chown -Rc 65534:65534 /mnt/.zrok
|
command: chown -Rc 2171:2171 /mnt/.zrok
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- zrok_env:/mnt/.zrok
|
- zrok_env:/mnt/.zrok
|
||||||
|
Loading…
x
Reference in New Issue
Block a user