Merge branch 'master' of gitlab.com:rusty-bever/deployment
commit
85ee0dd60d
|
@ -2,7 +2,7 @@ version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'nextcloud:23.0.1-apache'
|
image: 'nextcloud:23.0.2-apache'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: 'replicated'
|
mode: 'replicated'
|
||||||
|
@ -48,7 +48,7 @@ services:
|
||||||
- 'root:/var/www/html'
|
- 'root:/var/www/html'
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: 'nextcloud:23.0.1-apache'
|
image: 'nextcloud:23.0.2-apache'
|
||||||
entrypoint: '/cron.sh'
|
entrypoint: '/cron.sh'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue