Compare commits

..

No commits in common. "c2aa8183f76065c541f69ff7e12bdda338d15ac4" and "ddb8555c7b35959159cc7276fd304c410a93d0b4" have entirely different histories.

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.2.2-alpine'
image: 'redis:6.0.12-alpine'
restart: 'always'
healthcheck:

View File

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

View File

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