From a71d13116b426869f6831b3922b8a55010ffded7 Mon Sep 17 00:00:00 2001 From: Vinay Jeurkar Date: Tue, 24 Feb 2026 10:44:03 +0530 Subject: [PATCH] Sync env directory to prevent failure between docker compose container updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6537bbc..bce1c81 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ services: volumes: - ./itop/conf:/var/www/html/conf - ./itop/extensions:/var/www/html/extensions + - ./itop/env-production:/var/www/html/env-production post_start: - command: chown -R www-data:www-data /var/www/html/conf user: root @@ -96,6 +97,7 @@ services: volumes: - ./itop/conf:/var/www/html/conf - ./itop/extensions:/var/www/html/extensions + - ./itop/env-production:/var/www/html/env-production - db-volume:/var/lib/mysql environment: MYSQL_PASS: change_me # or grep the generated password from the log when the container is first started.