]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 15:22:58 +0000 (17:22 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 15:22:58 +0000 (17:22 +0200)
docker-compose.yml

index bf3c141dfa3b68a72ea5d0f58a22458fa66906a2..9c35fdb031476ba0f0924589b95cb1966fb3f0c2 100644 (file)
@@ -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'