From 87b2cec0409d0cd048fede4afff37cda343293bd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 26 Sep 2024 14:29:50 +0200 Subject: [PATCH] wip #7073 @0:20 --- docker-compose.yml | 2 +- update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 978a7f0..3c7c907 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - './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' - - './www/:/var/www/html/' + - '${WWW}:/var/www/html/' - './config/httpd/apache2.conf:/etc/apache2/apache2.conf' - './bin/:/usr/local/bin/' - './config/crontab:/etc/crontab' diff --git a/update b/update index 19b21c3..192b0a1 100644 --- a/update +++ b/update @@ -3,7 +3,7 @@ docker network create fluidbook-hosting-loadbalancer cd /docker/fluidbook-hosting-loadbalancer if [ ! -f ./env ] then - printf "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com" > ./env + printf "VIRTUAL_HOST=s1.lb.fluidbook.com\nLETSENCRYPT_HOST=s1.lb.fluidbook.com\nSYNC=1\nWWW=./www" > ./env fi git config --global --add safe.directory /docker/fluidbook-hosting-loadbalancer git fetch --all -- 2.39.5