fix wallabag volume pwd
This commit is contained in:
parent
1c3e9a18e2
commit
8ca8320ecc
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@ networks:
|
||||||
default:
|
default:
|
||||||
enable_ipv6: true
|
enable_ipv6: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
wallabag:
|
||||||
|
driver: local
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wallabag:
|
wallabag:
|
||||||
image: wallabag/wallabag
|
image: wallabag/wallabag
|
||||||
|
@ -26,7 +30,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "3009:80"
|
- "3009:80"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/wallabag/images:/var/www/wallabag/web/assets/images
|
- wallabag:/var/www/wallabag/web/assets/images
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue