From 2c463f0e67221b1cd15876d4c1409cf496c817af Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Sep 2025 16:20:40 +0200 Subject: [PATCH] #7741 --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7102dae..040f455 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 -- 2.39.5