diff --git a/docker-compose.yml b/docker-compose.yml index 7bcc154..1525d9c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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