open minio ports for firewall
This commit is contained in:
parent
267cb91ee8
commit
44319f3881
1 changed files with 8 additions and 0 deletions
|
@ -93,6 +93,14 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Open minio ports for firewall
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
9000 # console web interface
|
||||||
|
9001 # api interface
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# Minio
|
# Minio
|
||||||
minio = {
|
minio = {
|
||||||
|
|
Loading…
Reference in a new issue