fix wallabag volume pwd

This commit is contained in:
Mael G. 2024-10-21 21:39:36 +02:00
parent 1c3e9a18e2
commit 8ca8320ecc

View file

@ -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:
[ [