ip6 still too buggy

This commit is contained in:
Vivian 2023-04-22 21:08:38 +02:00
parent 5517bc954b
commit c288235f5a
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";
};