Skip to content
Snippets Groups Projects
Commit b090b5d0 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

upgrade nextcloud

parent 7eca9069
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
- "occ.sh" - "occ.sh"
- name: start nextcloud docker - name: start nextcloud docker
docker_service: docker_compose:
project_src: /srv/nextcloud/ project_src: /srv/nextcloud/
state: present state: present
......
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
mysql: mysql:
image: mariadb:10.4.4 image: mariadb:10.4.10
restart: always restart: always
volumes: volumes:
- /srv/nextcloud/db/:/var/lib/mysql - /srv/nextcloud/db/:/var/lib/mysql
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
app: app:
image: nextcloud:16.0.0-apache image: nextcloud:17.0.1-apache
restart: always restart: always
ports: ports:
- 127.0.0.1:42002:80 - 127.0.0.1:42002:80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment