🐛 Fixed docker-compose file for running instances

This commit is contained in:
Mawoka
2022-10-17 15:20:13 +02:00
parent e8f244a328
commit c67b26a164
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ services:
test: [ "CMD", "redis-cli","ping" ]
db:
image: postgres:alpine
image: postgres:14-alpine
restart: always
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U postgres" ]