-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-Compose Build Failure #248
Comments
Same problem here with plugins: cors,realip,expires,cache,ipfilter,jwt,login |
I try to fix it by an unfriendly but useful way. If you need you can try to use mine. |
What seems to be the issue? |
I think maybe there are something wrong when getting the link of plugins' packages. I just import the packages manually, so I'm sorry that I don't know the real issue in it. |
There's more dicussion on this in #223, if it helps anyone. At least part of the issue is the plugins need their full gopath specified at the moment, ie go/github/foo/bar/login instead of login when specifying the plugin argument |
thank you guy, u save my day! |
Hi everyone, |
you could try to use caddy_docker |
Thanks, Yu Mao. That's a good workaround. I just managed it to get it to work. |
yeah,I hope the problem can be solved, too |
I have a same problem, but I can't fix it . |
This may be related to Issue #247 but I wanted to post based on how I am setup.
I'm using Docker-Compose to attempt to build caddy and it keeps failing. I have the same configuration running on a different system, but I haven't rebuilt in a while so it worked back when I originally got it setup.
When I run my
docker-compose up -d
I get through most of the stages until it goes to build caddy.The text was updated successfully, but these errors were encountered: