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
For instance, in solr addon, but it's the same in all addons, the bas command to identify a running cli container is looking for Up, when it should be looking for running.
I'm using Docksal 1.17.0, fin 1.110.1 and running it on MacOS Monterey 12.5 (Intel chip) & Docker Desktop 4.10.1.
When I run a fin ps, here is what I can see:
$ fin ps
NAME COMMAND SERVICE STATUS PORTS
project_cli_1 "/opt/startup.sh sup…" cli running (healthy) 9000/tcp
project_db_1 "docker-entrypoint.s…" db running (healthy) 0.0.0.0:52230->3306/tcp
project_web_1 "httpd-foreground" web running (healthy) 443/tcp
The text was updated successfully, but these errors were encountered:
For instance, in solr addon, but it's the same in all addons, the bas command to identify a running cli container is looking for Up, when it should be looking for running.
I'm using Docksal 1.17.0, fin 1.110.1 and running it on MacOS Monterey 12.5 (Intel chip) & Docker Desktop 4.10.1.
When I run a
fin ps
, here is what I can see:The text was updated successfully, but these errors were encountered: