Compare commits
No commits in common. "2a4f84bba49fce487baab3abc4277d77d8df5291" and "9e1fd292edbfe9ffd20ce1396295ef0e0ea5471b" have entirely different histories.
2a4f84bba4
...
9e1fd292ed
3 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM mariadb:10.6
|
FROM mariadb:10.5
|
||||||
|
|
||||||
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ 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
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.1-apache
|
FROM php:8.1-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 25.0.2
|
ENV NEXTCLOUD_VERSION 25.0.1
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue