mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-16 18:40:46 +01:00
Merge pull request #240 from ChristianLempa/renovate/docker.io-library-nextcloud-29.x
chore(deps): update docker.io/library/nextcloud docker tag to v29
This commit is contained in:
commit
fba5f4bae6
@ -4,7 +4,7 @@ volumes:
|
|||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
services:
|
services:
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: docker.io/library/nextcloud:28.0.4-apache
|
image: docker.io/library/nextcloud:29.0.0-apache
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@ -17,9 +17,9 @@ services:
|
|||||||
- MYSQL_HOST=nextcloud-db
|
- MYSQL_HOST=nextcloud-db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
# See compatibility matrix for Nextcloud 28
|
# See compatibility matrix for Nextcloud 29
|
||||||
# https://docs.nextcloud.com/server/28/admin_manual/installation/system_requirements.html
|
# https://docs.nextcloud.com/server/29/admin_manual/installation/system_requirements.html
|
||||||
image: docker.io/library/mariadb:11.3.2
|
image: docker.io/library/mariadb:10.6.17
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user