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
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
via http://stackoverflow.com/q/35996204/291573
There's currently (1.6.2) no interactive mode for
docker-compose
on Windows, so several commands from the docs can not be executed in a proper way.Possible workarounds:
docker exec -it app_php_1 bash
docker-compose run -d php setup.sh
Note: I need to double-check the above suggestions on a real Windows testing system.
The text was updated successfully, but these errors were encountered: