Accessing Rails Console on Self-hosted Caprover Issue
TLDRtrgolfer reported problems accessing the rails console on their updated Caprover setup. v_shnu asked for the output of the `docker ps` command for further investigation.
trgolfer
Fri, 27 May 2022 16:58:50 UTC
Hi I just updated my self hosted on caprover.
I was having trouble completing the "accessing rails console" step.
docker exec -it $(docker ps --filter name=srv-captain--chatwoot-web -q) /bin/sh
was returning: "docker exec" requires at least 2 arguments...
trgolfer
Fri, 27 May 2022 16:58:50 UTCHi I just updated my self hosted on caprover. I was having trouble completing the "accessing rails console" step. docker exec -it $(docker ps --filter name=srv-captain--chatwoot-web -q) /bin/sh was returning: "docker exec" requires at least 2 arguments...