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
After running docker compose --profile dev up -d or docker compose --profile prod up -d these warnings appear.
[+] Running 0/0
⠋ Network isle-site-template_default Creating 0.1s
WARN[0000] mount of type volume should not define bind option
WARN[0000] mount of type volume should not define bind option
WARN[0000] mount of type volume should not define bind option
[+] Running 1/1t of type volume should not define bind option
I'm not sure which volumes are causing this issue but everything still works even with the warnings.
The text was updated successfully, but these errors were encountered:
After running docker compose --profile dev up -d or docker compose --profile prod up -d these warnings appear.
[+] Running 0/0
⠋ Network isle-site-template_default Creating 0.1s
WARN[0000] mount of type
volume
should not definebind
optionWARN[0000] mount of type
volume
should not definebind
optionWARN[0000] mount of type
volume
should not definebind
option[+] Running 1/1t of type
volume
should not definebind
optionI'm not sure which volumes are causing this issue but everything still works even with the warnings.
The text was updated successfully, but these errors were encountered: