add docker container creation (add broken since sqlite change)
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
pub struct Config {
|
||||
pub config_path: String
|
||||
pub config_path: String,
|
||||
pub docker_image: String,
|
||||
}
|
||||
|
||||
impl Config {
|
||||
pub fn load() -> Self {
|
||||
Self {
|
||||
config_path: "/home/tom/desktop/rust/yo_mama/servers".to_string() // that's my program I do what I want
|
||||
config_path: "/home/tom/desktop/rust/yo_mama/servers".to_string(), // that's my program I do what I want
|
||||
docker_image: "itzg/minecraft-server".to_string()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user