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: {}
|
||||
|
||||
grampsweb_redis:
|
||||
image: redis:7.2.4-alpine
|
||||
image: redis:7.2.5-alpine
|
||||
container_name: grampsweb_redis
|
||||
restart: always
|
||||
healthcheck:
|
||||
|
|
|
@ -67,7 +67,7 @@ services:
|
|||
|
||||
######## Nextcloud ########
|
||||
nextcloud-app:
|
||||
image: "nextcloud:29.0.0"
|
||||
image: "nextcloud:29.0.1"
|
||||
container_name: nextcloud-app
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue