[NC] Bump to 22.2.5
+ add custom skeleton directory
This commit is contained in:
parent
bcc47d9fdc
commit
282f18bf4d
@ -42,7 +42,7 @@ services:
|
||||
- "co.elastic.logs/module=mysql"
|
||||
|
||||
app:
|
||||
image: nextcloud:21.0.8
|
||||
image: nextcloud:22.2.5
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -55,6 +55,7 @@ services:
|
||||
- db
|
||||
volumes:
|
||||
- ${DATA_PATH}/app/html:/var/www/html
|
||||
- ${DATA_PATH}/app/skeleton:/var/www/html/gnous-skeleton:ro
|
||||
restart: unless-stopped
|
||||
env_file: secrets/app.secrets
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user