Merge branch 'master' of gitlab.com:rusty-bever/deployment

This commit is contained in:
Jef Roosens 2022-02-22 08:31:20 +01:00
commit 85ee0dd60d
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -2,7 +2,7 @@ version: '3.4'
services:
app:
image: 'nextcloud:23.0.1-apache'
image: 'nextcloud:23.0.2-apache'
deploy:
mode: 'replicated'
@ -48,7 +48,7 @@ services:
- 'root:/var/www/html'
cron:
image: 'nextcloud:23.0.1-apache'
image: 'nextcloud:23.0.2-apache'
entrypoint: '/cron.sh'
deploy: