Skip to content

Commit

Permalink
Fix PG data path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyist committed Sep 19, 2023
1 parent 6ddebcc commit a50814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ services:
# NOTE: If you have an existing rp db, run this command to create PO schema via:
# docker exec -it postgresql docker-entrypoint-initdb.d/pg02.sh
#- ./postgres-po-init.sh:/docker-entrypoint-initdb.d/pg02.sh
- data4pgsql:/var/lib/postgresql/data
- data4pgsql:/var/lib/postgresql
ports:
- "5432:5432"
#command: ["postgres", "-c", "log_statement=all"]
Expand Down

0 comments on commit a50814d

Please sign in to comment.