restrict slimserver interfaces
This commit is contained in:
parent
b2c938debd
commit
5b40223a62
@ -60,10 +60,10 @@
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
];
|
||||
ports = [
|
||||
"9000:9000/tcp"
|
||||
"9090:9090/tcp"
|
||||
"3483:3483/tcp"
|
||||
"3483:3483/udp"
|
||||
"10.30.0.1:9000:9000/tcp"
|
||||
"10.30.0.1:9090:9090/tcp"
|
||||
"10.30.0.1:3483:3483/tcp"
|
||||
"10.30.0.1:3483:3483/udp"
|
||||
];
|
||||
extraOptions = ["--pull=always"];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user