containers/fluorite: config proxy
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
cb34055830
commit
789f9b9cd3
2 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
environmentFile = "/binds/slskd_env";
|
||||
settings = {
|
||||
shares.directories = [ "/binds/music/" ];
|
||||
connection.proxy = {
|
||||
enabled = true;
|
||||
address = "localhost";
|
||||
port = "1055";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue