ip6 still too buggy
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-04-22 21:08:38 +02:00
parent 991b93c0ae
commit 45afddf9f3
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,7 @@ in {
WOODPECKER_GITEA_URL = "https://git.0x76.dev";
WOODPECKER_ADMIN = "v";
WOODPECKER_AUTHENTICATE_PUBLIC_REPOS = "true";
WOODPECKER_SERVER_ADDR = "0.0.0.0:8000";
WOODPECKER_SERVER_ADDR = "10.42.42.33:8000";
};
environmentFile = "${vs.woodpecker}/environment";
};