]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
#7741
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 14:20:40 +0000 (16:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Sep 2025 14:20:40 +0000 (16:20 +0200)
docker-compose.yml

index 7102dae9a85e555cee65be5e8bede49ada74b3be..040f4553b3c678d56e9abb8faa4b70e5d44ce08e 100644 (file)
@@ -10,7 +10,8 @@ services:
       - './ssh/known_hosts:/root/.ssh/known_hosts'
       - '${WWW}:/var/www/html/'
       - './config/httpd/apache2.conf:/etc/apache2/apache2.conf'
-      - './bin/:/usr/local/bin/'
+      - './bin/startup:/usr/local/bin/startup'
+      - './bin/sync:/usr/local/bin/sync'
       - './config/crontab:/etc/crontab'
       - './.env:/etc/environment'
     restart: unless-stopped