From 2034c5e52893571d36d3204f9f373daf2f0f70a6 Mon Sep 17 00:00:00 2001 From: GengY Date: Wed, 28 Feb 2024 18:25:23 +0800 Subject: [PATCH] modify(dev-dbs): modify dev-dbs stack +1 --- dev-dbs/postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dbs/postgres.yml b/dev-dbs/postgres.yml index cf406f9..7d26b90 100644 --- a/dev-dbs/postgres.yml +++ b/dev-dbs/postgres.yml @@ -7,7 +7,7 @@ services: container_name: Dev-postgre restart: always environment: - - POSTGRES_PASSWORD=Kevin#0412&PGSql + - POSTGRES_PASSWORD=Kevin%0412&PGSql - POSTGRES_HOST_AUTH_METHOD=scram-sha-256 - POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256 volumes: