Remove docker relabel flag, because relabeling in /usr is forbidden.

This commit is contained in:
yohan 2024-03-03 18:27:54 +01:00
parent 28872f7f25
commit f4bbc65e8e

View File

@ -7,8 +7,8 @@ services:
restart: always
network_mode: "host"
volumes:
- ${RUN_DIRECTORY}/crontab.yaml:/root/crontab.yaml:Z
- ${RUN_DIRECTORY}/id_rsa:/root/.ssh/id_rsa:Z
- ${RUN_DIRECTORY}/id_rsa.pub:/root/.ssh/id_rsa.pub:Z
- ${RUN_DIRECTORY}/config:/root/.ssh/config:Z
- ${RUN_DIRECTORY}/scripts:/root/scripts:Z
- ${RUN_DIRECTORY}/crontab.yaml:/root/crontab.yaml
- ${RUN_DIRECTORY}/id_rsa:/root/.ssh/id_rsa
- ${RUN_DIRECTORY}/id_rsa.pub:/root/.ssh/id_rsa.pub
- ${RUN_DIRECTORY}/config:/root/.ssh/config
- ${RUN_DIRECTORY}/scripts:/root/scripts