lucaslorentz / caddy-docker-proxy

Caddy as a reverse proxy for Docker
MIT License
2.61k stars 163 forks source link

Latest version not available trough xcaddy build #549

Closed Miggets7 closed 7 months ago

Miggets7 commented 7 months ago

Version 2.8.9 cannot be found when using xcaddy build:

xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2@2.8.9

emilylange commented 7 months ago

Please use

xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.8.9

like the README says. Note the v in v2.8.9.

Miggets7 commented 7 months ago

Thank you, that was indeed the issue ;-)