mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update Nextcloud to 14.0.3 and add security http headers
This commit is contained in:
parent
467d848ea4
commit
7a72be04f9
3 changed files with 4 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
|||
docker_service:
|
||||
project_src: "{{docker_compose_files_folder}}/nextcloud"
|
||||
build: yes
|
||||
pull: yes
|
||||
state: present
|
||||
- name: Check if database tables exist
|
||||
command: docker-compose exec -T db mysql -u nextcloud -p{{nextcloud_mysql_password}} nextcloud -e "show tables;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue