1 Commits

Author SHA1 Message Date
bdfbb25dfc Update lscr.io/linuxserver/nextcloud Docker tag to v30.0.2 2024-11-07 12:00:22 +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.1
image: lscr.io/linuxserver/nextcloud:30.0.2
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

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