From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 15:22:58 +0000 (+0200) Subject: wip #6269 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d0324474340f9f962b5ed4991263f33ba0ca1b35;p=fluidbook-hosting-loadbalancer.git wip #6269 --- diff --git a/docker-compose.yml b/docker-compose.yml index bf3c141..9c35fdb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: - './ssh/id_rsa.pub:/home/user/.ssh/id_rsa.pub:ro' - './ssh/id_rsa:/root/.ssh/id_rsa:ro' - './ssh/id_rsa.pub:/root/.ssh/id_rsa.pub:ro' - - './ssh/known_hosts:/root/.ssh/known_hosts:ro' + - './ssh/known_hosts:/root/.ssh/known_hosts' - './www/:/var/www/html/' - './config/apache2.conf:/etc/apache2/apache2.conf' - './bin/sync:/usr/local/bin/sync'