mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-03 18:24:08 +02:00
updates
This commit is contained in:
parent
68b1e2fe0a
commit
fbb10546a9
9 changed files with 778 additions and 413 deletions
19
docker.nix
19
docker.nix
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
dockerTools,
|
||||
tasproxy,
|
||||
}:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "icewind1991/tasproxy";
|
||||
tag = "latest";
|
||||
maxLayers = 5;
|
||||
contents = [
|
||||
tasproxy
|
||||
dockerTools.caCertificates
|
||||
];
|
||||
config = {
|
||||
Cmd = ["tasproxy"];
|
||||
ExposedPorts = {
|
||||
"80/tcp" = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue