Skip to content

Commit bed2147

Browse files
author
websoft9
committed
Update postgresql
1 parent 8925977 commit bed2147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/postgresql/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
W9_DIST='community'
22
W9_VERSION='18.0'
33
W9_REPO=postgres
4-
W9_POWER_PASSWORD='jwiHgKvry6!0VH!H'
4+
W9_POWER_PASSWORD='pc!jBdZ4ZBZ7VaY7'
55
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
66
W9_ID='postgres'
77
W9_DB_PORT=5432

apps/postgresql/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
ports:
1111
- ${W9_DB_PORT_SET}:5432
1212
volumes:
13-
- postgres:/var/lib/postgresql/data
13+
- postgres:/var/lib/postgresql
1414
env_file: .env
1515
environment:
1616
POSTGRES_DB: ${W9_ID}

0 commit comments

Comments
 (0)