You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running docker compose up the network and volume creation progress ui works correctly, i.e. it spins and then (in most cases almost immediately) gets marked as created with green check mark and stops.
But when running docker compose up -d this progress isn't working correctly.
Network or volume creation progress starts spinning but never stops, although it gets marked as created but without green check mark.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
When running
docker compose up
the network and volume creation progress ui works correctly, i.e. it spins and then (in most cases almost immediately) gets marked as created with green check mark and stops.But when running
docker compose up -d
this progress isn't working correctly.Network or volume creation progress starts spinning but never stops, although it gets marked as created but without green check mark.
Steps To Reproduce
Basically
docker compose up -d
Compose Version
Docker Environment
Anything else?
Running just
docker compose up
:Running in detached mode:
As you can see the networks
azerothcore-wotlk_ac-network
andazerothcore-wotlk_default
have been created but progress has not been stoppedI am using Ubuntu on WSL, but I have the same issue on pure Ubuntu (not WSL)
The text was updated successfully, but these errors were encountered: