Update Nextcloud to 14.0.3 and add security http headers

This commit is contained in:
Paul-Henri Froidmont 2018-11-25 18:05:35 +01:00
parent 467d848ea4
commit 7a72be04f9
3 changed files with 4 additions and 1 deletions

View file

@ -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;"