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