Skip to content
Snippets Groups Projects

Update wordpress Docker tag to v6.3.2

Merged renovatebot requested to merge renovate/wordpress-6.x into master
Files
3
@@ -4,7 +4,7 @@ services:
redis:
image: redis:7.0.10
image: redis:7.2.1
restart: always
networks:
- default
@@ -12,7 +12,7 @@ services:
mysql:
image: mariadb:10.10.2
image: mariadb:11.1.2
restart: always
volumes:
- /srv/nextcloud/db/:/var/lib/mysql
@@ -27,7 +27,7 @@ services:
app:
image: nextcloud:25.0.5-apache
image: nextcloud:27.1.1-apache
restart: always
volumes:
- /srv/nextcloud/data/:/var/www/html/
@@ -45,6 +45,7 @@ services:
OVERWRITEPROTOCOL: https
OVERWRITECLIURL: https://{{ domain }}
OVERWRITEHOST: {{ domain }}
APPIMAGE_EXTRACT_AND_RUN: 1
labels:
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
Loading