Skip to content

Commit

Permalink
docker: Apply clippy suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Oct 7, 2024
1 parent d6d7855 commit 9af3a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl From<&BridgeBackendConfig> for DockerConfig {
cmd: vec![],
log_path: v.data_dir.join("stdout"),
volume: VolumeConfig {
name: format!("bridge-backend"),
name: "bridge-backend".to_string(),
target: "/home/bridge_backend/.bridge_backend".to_string(),
},
}
Expand Down

0 comments on commit 9af3a2b

Please sign in to comment.