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
I've tried, a few times over the past week, to get up and running following the Docker install instructions, which should be simple
Every time I try, I'm running into issues. I do not have log files handy but if there's something specific someone wants to see, I'll try it again
MySQL image doesn't build at first. Repeatedly trying it eventually gets it to work. Before that, it keeps erroring out with a notice that it's unhealthy
PHP Version conflicts. I got incompatibility notes about something (don't have notes handy) that something was incompatible with 8.2 as it was an 8.3 requirement. Switching to 8.3 in compose.yaml and the override file fixed that
Node/NPm issues stating that encore is not installed. Manually adding encore to the composer.json file did not help
There was something else, too, but it's slipping my mind at the moment. Set up fails and I never show the PHP or node containers in my container list
Again, this was simply doing the clone of the standard, cd'ing to the directory, and hitting make init. Intel Mac, running Orbstack instead of Docker Desktop, if that matters.
Happy to provide whatever info I can to help debug, if you aren't able to replicate it. Just let me know what/where to find whatever logs etc you need.
The text was updated successfully, but these errors were encountered:
I've tried, a few times over the past week, to get up and running following the Docker install instructions, which should be simple
Every time I try, I'm running into issues. I do not have log files handy but if there's something specific someone wants to see, I'll try it again
There was something else, too, but it's slipping my mind at the moment. Set up fails and I never show the PHP or node containers in my container list
Again, this was simply doing the clone of the standard, cd'ing to the directory, and hitting
make init
. Intel Mac, running Orbstack instead of Docker Desktop, if that matters.Happy to provide whatever info I can to help debug, if you aren't able to replicate it. Just let me know what/where to find whatever logs etc you need.
The text was updated successfully, but these errors were encountered: