Browse Source
When I enabled IPv6 I later realized that the healthcheck of the container was failing. Setting "ROCKET_ADDRESS=::" in docker-compose gives the error: "$ docker-compose up -d --build services.vaultwarden.environment.13 must be a string" So to be able to use IPv6 ROCKET_ADDRESS needs to be set to ::0: "ROCKET_ADDRESS=::0" In bash :: doesn't equal ::0 and hence my healthcheck is failing, since it isn't rewritten to localhostpull/3786/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue