Обновить docker-compose/docker-compose.yml

This commit is contained in:
Артем Дроздов 2024-10-15 08:46:07 +00:00
parent ebd8502b3e
commit b26db2555f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ services:
- loop-network - loop-network
db: db:
image: "postgres" image: "postgres:11.22-alpine3.19"
restart: "unless-stopped" restart: "unless-stopped"
environment: environment:
POSTGRES_PASSWORD: "<password>" POSTGRES_PASSWORD: "<password>"