Compare commits
3 commits
86f3a830f5
...
d29ec66e5c
Author | SHA1 | Date | |
---|---|---|---|
d29ec66e5c | |||
b2977054bd | |||
0cd718510b |
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ services:
|
||||||
healthcheck: {}
|
healthcheck: {}
|
||||||
|
|
||||||
grampsweb_redis:
|
grampsweb_redis:
|
||||||
image: redis:7.2.4-alpine
|
image: redis:7.2.5-alpine
|
||||||
container_name: grampsweb_redis
|
container_name: grampsweb_redis
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
@ -67,7 +67,7 @@ services:
|
||||||
|
|
||||||
######## Nextcloud ########
|
######## Nextcloud ########
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: "nextcloud:29.0.0"
|
image: "nextcloud:29.0.1"
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue