mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +00:00
Update apps
This commit is contained in:
parent
373b82cbc3
commit
577a58000d
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Files
|
||||
name: Nextcloud
|
||||
version: 24.0.1
|
||||
version: 24.0.2
|
||||
tagline: Your personal cloud
|
||||
description: No description yet.
|
||||
developers:
|
||||
|
@ -44,7 +44,7 @@ containers:
|
|||
data:
|
||||
- data/redis:/data
|
||||
- name: web
|
||||
image: nextcloud:24.0.1@sha256:f832bb0a0c3df2ae66e8156dedc0ca8d79259d5355be8a90cc4342a9655a235a
|
||||
image: nextcloud:24.0.2@sha256:b319922a34539cfe7894000e635318634eb044b69e6c0182e8eea8957f3b42e9
|
||||
port: 80
|
||||
environment:
|
||||
MYSQL_HOST: ${APP_NEXTCLOUD_DB_IP}
|
||||
|
@ -60,7 +60,7 @@ containers:
|
|||
- redis
|
||||
data:
|
||||
- data/nextcloud:/var/www/html
|
||||
- image: nextcloud:24.0.1@sha256:f832bb0a0c3df2ae66e8156dedc0ca8d79259d5355be8a90cc4342a9655a235a
|
||||
- image: nextcloud:24.0.2@sha256:b319922a34539cfe7894000e635318634eb044b69e6c0182e8eea8957f3b42e9
|
||||
entrypoint: /cron.sh
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in New Issue
Block a user