fix: drone port should bind to localhost
Flake checks / Check (pull_request) Successful in 18m12s Details

pull/121/head
teutat3s 2024-03-21 10:44:40 +01:00
parent e33529ad4b
commit 45e91d7ef1
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
autoStart = true;
user = "994";
ports = [
"4000:80"
"127.0.0.1:4000:80"
];
dependsOn = [ "drone-db" ];
extraOptions = [