-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
fatal error: concurrent map writes #456
Comments
I'm using |
@withinboredom So as a workaround I could set this env var on container level and there should be no race condition this way? Am I right? |
Yep, that should work! I'd actually suggest using the |
I won't have a good internet connection until Sunday. I'll do the release as soon as a I get proper internet. |
@withinboredom Okay just tested this and this workaround worked 🎉 Also thanks for this trick with SHA in docker tags. Did not know it was latest versions from main branch. @dunglas Thanks. Will wait for release. |
Hello. I'm using frankenphp image as base and I'm trying to start my container with this command:
My
/etc/caddy/Caddyfile
inside container looks like this:Cannot start container because of this:
Any idea how to fix this? Thanks
The text was updated successfully, but these errors were encountered: