change bind ip to localhost
This commit is contained in:
parent
454bc1ee4c
commit
da908a8e14
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ in {
|
||||||
environmentFile = "/var/lib/glance/.env";
|
environmentFile = "/var/lib/glance/.env";
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
host = "0.0.0.0"; # "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
port = 5070;
|
port = 5070;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue