mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update Nextcloud to 18.0.7
This commit is contained in:
parent
6eef2432f0
commit
0d100f0dcc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:18.0.4-fpm
|
||||
FROM nextcloud:18.0.7-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
supervisor \
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
register: db_tables_exist
|
||||
retries: 15
|
||||
delay: 10
|
||||
until: db_tables_exist.rc == 0
|
||||
until: db_tables_exist is succeeded
|
||||
changed_when: no
|
||||
|
||||
- name: Restore Nextcloud database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue