Update nextcloud to v30.0.2

This commit is contained in:
Ivan R. 2024-11-28 22:36:52 +05:00
parent a720e784e2
commit 954ccb9c9a
Signed by: lumin
GPG key ID: E0937DC7CD6D3817
3 changed files with 2 additions and 3 deletions

View file

@ -24,7 +24,7 @@
become: true
community.docker.docker_container:
name: nextcloud-{{ item }}
image: nextcloud:30.0.1-apache
image: nextcloud:30.0.2-apache
networks:
- name: nextcloud
- name: haproxy

View file

@ -43,7 +43,6 @@ $CONFIG = array (
'trusted_proxies' => [
'172.24.0.0/16',
],
'config_is_read_only' => true,
'ldapUserCleanupInterval' => 0,
'auth.storeCryptedPassword' => false,
'maintenance_window_start' => 21,

View file

@ -1,4 +1,4 @@
version: 30.0.1.2
version: 30.0.2.2
overwrite_protocol: https
db_type: pgsql