Skip to content

Commit

Permalink
chore: set the default data vol to be a docker volume instead of a mount
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Apr 8, 2024
1 parent d5f807d commit 380ca39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/devcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:

# data_dir is where the persistent files will be saved to. If this key
# is not present, the database will not persist at all.
data_dir: ~/.postgres
data_dir: det-postgres

- master:
pre:
Expand Down
2 changes: 1 addition & 1 deletion tools/k8s/devcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:
password: postgres
container_name: determined_db
image_name: "postgres:10.14"
data_dir: ~/.postgres
data_dir: det-postgres

- master:
pre:
Expand Down

0 comments on commit 380ca39

Please sign in to comment.