Skip to content
Snippets Groups Projects
Commit 0adf7cd1 authored by void's avatar void
Browse files

upgrade nextcloud

parent 2e808734
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ services: ...@@ -4,7 +4,7 @@ services:
redis: redis:
image: redis:7.0.10 image: redis:7.2.1
restart: always restart: always
networks: networks:
- default - default
...@@ -12,7 +12,7 @@ services: ...@@ -12,7 +12,7 @@ services:
mysql: mysql:
image: mariadb:10.10.2 image: mariadb:11.1.2
restart: always restart: always
volumes: volumes:
- /srv/nextcloud/db/:/var/lib/mysql - /srv/nextcloud/db/:/var/lib/mysql
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
app: app:
image: nextcloud:25.0.5-apache image: nextcloud:27.1.1-apache
restart: always restart: always
volumes: volumes:
- /srv/nextcloud/data/:/var/www/html/ - /srv/nextcloud/data/:/var/www/html/
......
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