mirror of
https://github.com/typemill/typemill.git
synced 2025-01-16 21:08:20 +01:00
Add anonymous persistence to all possible volumes
This commit is contained in:
parent
5d8d4d7d59
commit
9479a4ed4d
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user