-
Notifications
You must be signed in to change notification settings - Fork 1
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
Flower fix #56
Flower fix #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The compose services do not start.
flower-1 | File "/packages/__pypackages__/3.11/lib/azure/storage/blob/_blob_service_client.py", line 735, in get_container_client
flower-1 | return ContainerClient(
flower-1 | ^^^^^^^^^^^^^^^^
flower-1 | File "/packages/__pypackages__/3.11/lib/azure/storage/blob/_container_client.py", line 158, in __init__
flower-1 | raise ValueError("Please specify a container name.")
flower-1 | ValueError: Please specify a container name.
@wozniakpl the default storage has been added. it should be Ok now. |
I added 5555:5555 forwarding and I was able to visit the dashboard at localhost:5555. Thanks. |
No description provided.