From 81c609f578ebdc76ef37fc90742298424625c5d3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 22 Sep 2023 12:35:14 +0200 Subject: [PATCH] wip #6269 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 653305e..c137254 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - './www/:/var/www/html/' - './config/httpd/apache2.conf:/etc/apache2/apache2.conf' - './bin/sync:/usr/local/bin/sync' - - './config/crontab:/etc/crontab'; + - './config/crontab:/etc/crontab' restart: unless-stopped build: . env_file: env -- 2.39.5