Remove docker relabel flag, because relabeling in /usr is forbidden.
This commit is contained in:
parent
28872f7f25
commit
f4bbc65e8e
@ -7,8 +7,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ${RUN_DIRECTORY}/crontab.yaml:/root/crontab.yaml:Z
|
- ${RUN_DIRECTORY}/crontab.yaml:/root/crontab.yaml
|
||||||
- ${RUN_DIRECTORY}/id_rsa:/root/.ssh/id_rsa:Z
|
- ${RUN_DIRECTORY}/id_rsa:/root/.ssh/id_rsa
|
||||||
- ${RUN_DIRECTORY}/id_rsa.pub:/root/.ssh/id_rsa.pub:Z
|
- ${RUN_DIRECTORY}/id_rsa.pub:/root/.ssh/id_rsa.pub
|
||||||
- ${RUN_DIRECTORY}/config:/root/.ssh/config:Z
|
- ${RUN_DIRECTORY}/config:/root/.ssh/config
|
||||||
- ${RUN_DIRECTORY}/scripts:/root/scripts:Z
|
- ${RUN_DIRECTORY}/scripts:/root/scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user