fix the version for nextcloud and mariadb

This commit is contained in:
Andreas Zweili 2021-11-15 16:17:07 +01:00
parent 3275c3c821
commit ad7b14e05b
2 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
version: '2'
version: "2"
services:
traefik:
@ -12,7 +12,7 @@ services:
restart: unless-stopped
db:
image: mariadb
image: mariadb:10.5-focal
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped
volumes:
@ -59,7 +59,7 @@ services:
restart: unless-stopped
cron:
image: nextcloud:apache
image: nextcloud:22.1-apache
restart: unless-stopped
volumes:
- ./data:/var/www/html

View File

@ -1,4 +1,4 @@
FROM nextcloud:apache
FROM nextcloud:22.1-apache
RUN set -ex; \
\