Update nextcloud Docker tag to v21.0.7 #22
|
@ -2,7 +2,7 @@ version: '2.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'nextcloud:21.0.1-apache'
|
image: 'nextcloud:21.0.7-apache'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
- 'root:/var/www/html'
|
- 'root:/var/www/html'
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: 'nextcloud:21.0.1-apache'
|
image: 'nextcloud:21.0.7-apache'
|
||||||
restart: 'always'
|
restart: 'always'
|
||||||
entrypoint: '/cron.sh'
|
entrypoint: '/cron.sh'
|
||||||
|
|
||||||
|
|
Reference in New Issue