Compare commits

..

2 Commits

Author SHA1 Message Date
7de40c2c16 name normalization 2023-02-26 01:26:14 +00:00
68fb61b66a update to version 25 2023-02-26 01:24:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ services:
- MYSQL_HOST=${MYSQL_HOST}
- PHP_MEMORY_LIMIT=2048M
duplicati:
image: duplicati-sqlclient:latest
image: duplicati-mysqlclient:latest
environment:
- DB_HOST=${MYSQL_HOST}
- DB_NAME=${MYSQL_DATABASE}

View File

@@ -1,2 +1,2 @@
FROM nextcloud:24.0
FROM nextcloud:25.0
RUN apt update;apt install -y smbclient libsmbclient-dev;