Merge branch 'master' of git.roosens.me:Chewing_Bever/self-hosting

pull/13/head
Jef Roosens 2021-04-23 16:38:48 +02:00
commit 4e246adf4d
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:6.0.12-alpine'
image: 'redis:6.2.2-alpine'
restart: 'always'
healthcheck:

View File

@ -40,7 +40,7 @@ services:
- 'db-data:/var/lib/mysql'
redis:
image: 'redis:6.0.12-alpine'
image: 'redis:6.2.2-alpine'
restart: 'always'
healthcheck:

View File

@ -55,7 +55,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:6.0.12-alpine'
image: 'redis:6.2.2-alpine'
restart: 'always'
healthcheck: