Update docker-compose.yml

Fix #19 and keep postgres version
This commit is contained in:
Dmitry Miasnenko 2024-01-28 23:17:33 +03:00 committed by GitHub
parent 47ebc6368f
commit bc8fd6de9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ version: "3"
services:
database:
image: postgres:latest
image: postgres:15
user: postgres
restart: always
environment: