Compare commits

..

2 Commits

Author SHA1 Message Date
0b11ace19f
[NC] Bump to 26.0.11 2024-02-08 10:25:38 +01:00
d24dfad0ef
Sync time 2024-02-08 10:01:47 +01:00

View File

@ -36,7 +36,7 @@ services:
- "co.elastic.logs/module=mysql"
app:
image: nextcloud:25.0.13
image: nextcloud:26.0.11
depends_on:
- db
- redis
@ -48,6 +48,7 @@ services:
links:
- db
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DATA_PATH}/app/html:/var/www/html
- ${DATA_PATH}/app/skeleton:/var/www/gnous-skeleton:ro
restart: unless-stopped