Skip to content

Commit

Permalink
Merge pull request #38 from illa-family/develop
Browse files Browse the repository at this point in the history
fix: fix mount local dir error
  • Loading branch information
naj1n authored Sep 23, 2022
2 parents a888b09 + f3bd4db commit 2b7dabb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/command/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,8 @@ async fn deploy_self_host(
host_ip: Some("0.0.0.0".to_string()),
}]),
);
if env::consts::OS == "macos" {
utils::local_bind_init();
}

utils::local_bind_init();
let mounts = vec![Mount {
target: Some("/var/lib/postgresql/data".to_string()),
source: Some("/tmp/illa-data".to_string()),
Expand Down

0 comments on commit 2b7dabb

Please sign in to comment.