modify(dev-dbs): modify env name

This commit is contained in:
GengY
2024-03-05 08:52:26 +08:00
parent 2e336cfb2c
commit be82338a92
4 changed files with 47 additions and 5 deletions

View File

@@ -7,9 +7,10 @@ services:
container_name: Dev-postgre
restart: always
environment:
- POSTGRES_PASSWORD=Kevin%0412&PGSql
- POSTGRES_PASSWORD=Kevin%0412
- POSTGRES_HOST_AUTH_METHOD=scram-sha-256
- POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256
- TZ=Asia/Shanghai
volumes:
- postgresql_data:/var/lib/postgresql/data
ports: