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: services:
nextcloud: nextcloud:
image: lscr.io/linuxserver/nextcloud:30.0.2 image: lscr.io/linuxserver/nextcloud:30.0.1
environment: environment:
- PUID={{ docker_user.id }} - PUID={{ docker_user.id }}
- PGID={{ docker_user.id }} - PGID={{ docker_user.id }}

View File

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