fix postgresql setup

This commit is contained in:
Dmitry Isaenko 2024-01-16 00:49:38 +03:00
parent 218fa6553e
commit 45f4e802d2

View file

@ -18,7 +18,7 @@ services:
postgres: postgres:
image: postgres image: postgres
volumes: volumes:
- ./files/postgresql:/var/lib/postgresql - ./files/postgresql/data:/var/lib/postgresql/data
environment: environment:
- POSTGRES_USER=mari - POSTGRES_USER=mari
- POSTGRES_PASSWORD=example - POSTGRES_PASSWORD=example