From 572da44efe6e474bb5e4f429e4d0590a3ff69bf3 Mon Sep 17 00:00:00 2001 From: Revvy Date: Wed, 27 Dec 2023 16:07:17 -0500 Subject: [PATCH] fix another human mistake --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dfc96f2..66ef0eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,7 +24,7 @@ services: - CURLOPT_FOLLOWLOCATION=true volumes: - ./nginx_logs:/var/log/nginx - - ./php_logs:/var/log/php7 + - ./php_logs:/var/log/php83 restart: unless-stopped watchtower: # Watchtower is not required but highly recommended, since Watchtower will re-pull and restart the LibreY container automatically whenever there's an update. image: containrrr/watchtower