From 9479a4ed4d97454c15f179ab350bb0289b849c44 Mon Sep 17 00:00:00 2001 From: matbgn Date: Thu, 19 May 2022 00:08:26 +0200 Subject: [PATCH] Add anonymous persistence to all possible volumes --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index c71838f..eff0867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,10 @@ RUN chmod +x /var/www/html/docker-utils/install-composer && \ chmod +x /var/www/html/docker-utils/init-server VOLUME /var/www/html/settings +VOLUME /var/www/html/content +VOLUME /var/www/html/media +VOLUME /var/www/html/themes +VOLUME /var/www/html/cache # Run the server CMD ["/var/www/html/docker-utils/init-server"] \ No newline at end of file