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