We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing the command docker-compose up I get an error
docker-compose up
Have Docker Compose v2 2.23.0 installed and try to up an example
Docker Compose v2 2.23.0
Any example docker-compose file
1 error(s) decoding: * error decoding 'labels': invalid label ["bunkerweb.INSTANCE"]
All versions
Docker
No response
The text was updated successfully, but these errors were encountered:
To fix this problem you just have to edit your docker compose file and change these lines :
labels: - "bunkerweb.INSTANCE"
To these :
labels: - "bunkerweb.INSTANCE=yes"
For some reason Docker Compose changed the way labels work and it creates this issue.
Sorry, something went wrong.
TheophileDiot
No branches or pull requests
What happened?
When executing the command
docker-compose up
I get an errorHow to reproduce?
Have
Docker Compose v2 2.23.0
installed and try to up an exampleConfiguration file(s) (yaml or .env)
Any example docker-compose file
Relevant log output
BunkerWeb version
All versions
What integration are you using?
Docker
Linux distribution (if applicable)
No response
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: