From 912fd3ea16b5e54e121f0ff2bf73ecb5690746e2 Mon Sep 17 00:00:00 2001 From: fxequals Date: Sat, 19 Jul 2025 15:46:03 -0400 Subject: [PATCH] added docker volume --- emerald-theory/chevereto/chevereto.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emerald-theory/chevereto/chevereto.yml b/emerald-theory/chevereto/chevereto.yml index 47b348b..6076b14 100644 --- a/emerald-theory/chevereto/chevereto.yml +++ b/emerald-theory/chevereto/chevereto.yml @@ -30,10 +30,14 @@ services: volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - - /home/fxequals/docker/chevereto/data:/var/www/html/images + - chevereto-data:/var/www/html/images networks: proxy: external: true +volumes: + chevereto-data: + driver: local + # Documentation available at https://v4-docs.chevereto.com/#install