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
This is because V3 of the docker compose file specs doesn't support volumes_from anymore. Either change back to version: '2' on top of that file or simply add the same volumes block for your nginx container:
volumes:
- ./:/var/www/html
It also seems you're using our old template, right? As you may have seen, we've completely revamped the setup now. Maybe you want to try it.
The text was updated successfully, but these errors were encountered: