fix: drone port should bind to localhost
All checks were successful
Flake checks / Check (pull_request) Successful in 18m12s
All checks were successful
Flake checks / Check (pull_request) Successful in 18m12s
This commit is contained in:
parent
e33529ad4b
commit
45e91d7ef1
|
@ -72,7 +72,7 @@
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "994";
|
user = "994";
|
||||||
ports = [
|
ports = [
|
||||||
"4000:80"
|
"127.0.0.1:4000:80"
|
||||||
];
|
];
|
||||||
dependsOn = [ "drone-db" ];
|
dependsOn = [ "drone-db" ];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|
Loading…
Reference in a new issue