use full storage path not path to volumes
This commit is contained in:
parent
a69a5991b3
commit
c6bf4e3fa0
8 changed files with 22 additions and 22 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
- web
|
||||
- wallabag
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/wallabag/images:/var/www/wallabag/web/assets/images
|
||||
- ${STORAGE_PATH}/images:/var/www/wallabag/web/assets/images
|
||||
healthcheck:
|
||||
test: ["CMD", "curl" ,"--fail", "http://localhost/api/info"]
|
||||
interval: 10s
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
networks:
|
||||
- wallabag
|
||||
volumes:
|
||||
- /var/dockervolumes/wallabag/db:/var/lib/mysql
|
||||
- ${STORAGE_PATH}/db:/var/lib/mysql
|
||||
labels:
|
||||
- "docker.group=wallabag"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue