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