chore(deps): update nextcloud docker tag to v29 #40
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:28
|
image: nextcloud:29
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
hostname: cloud
|
hostname: cloud
|
||||||
|
@ -51,7 +51,7 @@ services:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
image: nextcloud:28
|
image: nextcloud:29
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
|
|
Loading…
Reference in a new issue