1
0

added docker volume

This commit is contained in:
2025-07-19 15:46:03 -04:00
parent 16ae1966c9
commit 912fd3ea16

View File

@@ -30,10 +30,14 @@ services:
volumes: volumes:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/chevereto/data:/var/www/html/images - chevereto-data:/var/www/html/images
networks: networks:
proxy: proxy:
external: true external: true
volumes:
chevereto-data:
driver: local
# Documentation available at https://v4-docs.chevereto.com/#install # Documentation available at https://v4-docs.chevereto.com/#install