From: Vincent Vanwaelscappel Date: Fri, 22 Sep 2023 10:52:45 +0000 (+0200) Subject: wip #6269 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8a0d7364c1952dbb6ad294944bbcf9f6e4da888e;p=fluidbook-hosting-loadbalancer.git wip #6269 --- 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: .