fix: new psql feature

This commit is contained in:
nihonium 2025-10-26 03:18:54 +03:00
parent feb763509e
commit 66281838b2
Signed by untrusted user: nihonium
GPG key ID: 0251623741027CFC

View file

@ -10,7 +10,7 @@ services:
ports:
- "${POSTGRES_PORT}:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql
# pgadmin:
# image: dpage/pgadmin4:${PGADMIN_VERSION}