restrict slimserver interfaces

This commit is contained in:
nyanloutre 2022-03-07 08:48:46 +01:00
parent b2c938debd
commit 5b40223a62
1 changed files with 4 additions and 4 deletions

View File

@ -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"];
};