1 Commits

Author SHA1 Message Date
ee0c29e3f0 Update wallabag/wallabag Docker tag to v2.6.10 2024-11-03 16:00:24 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:30.0.2
image: lscr.io/linuxserver/nextcloud:30.0.1
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -1,6 +1,6 @@
services:
wallabag:
image: wallabag/wallabag:2.6.9
image: wallabag/wallabag:2.6.10
restart: unless-stopped
environment:
- SYMFONY__ENV__SECRET={{ wallabag_secret }}