From 390dbcafb1104c4b061e4e1a2af10909005eda27 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 19 Oct 2023 16:09:16 -0500 Subject: [PATCH] remapped ssh folder --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8cbe1f7..9da47ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,9 +56,9 @@ services: restart: always volumes: - /var/run/docker.sock:/var/run/docker.sock - - /home/akanealw/.ssh/config:/root/.ssh/config - - /home/akanealw/.ssh/proxyserver:/root/.ssh/proxyserver - - /home/akanealw/scripts/wrestic-backup-to-truenas.sh:/scripts/wrestic-backup-to-truenas.sh + - /root/.ssh:/root/.ssh + - /root/.ssh:/root/.ssh + - /home/akanealw/scripts:/scripts - ${DOCKER_CONFIGS}/cronicle/data:/opt/cronicle/data - ${DOCKER_CONFIGS}/cronicle/logs:/opt/cronicle/logs - ${DOCKER_CONFIGS}/cronicle/plugins:/opt/cronicle/plugins