Compare commits

...

2 commits

3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM mariadb:10.5 FROM mariadb:10.6
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf

View file

@ -18,6 +18,7 @@ services:
- "/nextcloud/db:/var/lib/mysql" - "/nextcloud/db:/var/lib/mysql"
environment: environment:
- MYSQL_ROOT_PASSWORD=toor - MYSQL_ROOT_PASSWORD=toor
- MARIADB_AUTO_UPGRADE=true
networks: networks:
- internal - internal

View file

@ -1,6 +1,6 @@
FROM php:8.1-apache FROM php:8.1-apache
ENV NEXTCLOUD_VERSION 25.0.1 ENV NEXTCLOUD_VERSION 25.0.2
RUN \ RUN \
apt-get update && \ apt-get update && \