Update docker-compose-mariadb-redis.yml

fix tags
This commit is contained in:
LRVT 2024-05-16 19:01:07 +02:00 committed by GitHub
parent e2811992d9
commit 980ffef95a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
services:
nextcloud-db:
image: mariadb
image: mariadb:lts
container_name: nextcloud-db
hostname: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
@ -34,7 +34,7 @@ services:
# - proxy
nextcloud-app:
image: nextcloud
image: nextcloud:29-fpm-alpine
container_name: nextcloud-app
hostname: nextcloud-app
restart: unless-stopped