mirror of
https://github.com/openziti/zrok.git
synced 2025-06-27 05:01:26 +02:00
deploy: 269109cecc2bdf383f124ca15a3ff6d07ebd9e14
This commit is contained in:
parent
7d84b0d8b4
commit
ae966e743d
@ -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