From 8a0d7364c1952dbb6ad294944bbcf9f6e4da888e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 22 Sep 2023 12:52:45 +0200 Subject: [PATCH] wip #6269 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c137254..978a7f0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - './ssh/known_hosts:/root/.ssh/known_hosts' - './www/:/var/www/html/' - './config/httpd/apache2.conf:/etc/apache2/apache2.conf' - - './bin/sync:/usr/local/bin/sync' + - './bin/:/usr/local/bin/' - './config/crontab:/etc/crontab' restart: unless-stopped build: . -- 2.39.5