added docker volume
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user