[skip ci] remove POSTGRES_HOST_AUTH_METHOD from docker-compose.yml (#166)

it might have been what was causing my crashes and isnt necessary for basic setups
This commit is contained in:
robo
2025-09-08 16:04:33 +01:00
committed by GitHub
parent ccf642ff49
commit f884129eee

View File

@@ -47,7 +47,6 @@ services:
# POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
# PGDATA: /data/postgres
# POSTGRES_DB: ${POSTGRES_DB}
# POSTGRES_HOST_AUTH_METHOD: scram-sha-256
# volumes:
# - ./postgres:/data/postgres
# restart: unless-stopped