mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
wallabag fixes
This commit is contained in:
@@ -8,6 +8,7 @@ networks:
|
||||
|
||||
volumes:
|
||||
wallabag:
|
||||
wallabag-db:
|
||||
|
||||
services:
|
||||
|
||||
@@ -43,7 +44,7 @@ services:
|
||||
image: mariadb:${DB_V}
|
||||
restart: always
|
||||
volumes:
|
||||
- bookstack-db:/var/lib/mysql
|
||||
- wallabag-db:/var/lib/mysql
|
||||
networks:
|
||||
- admin_web
|
||||
command: --max_allowed_packet=32505856
|
||||
|
||||
Reference in New Issue
Block a user