Kasra Bigdeli
Kasra Bigdeli
I think rather than global "env variables", we need to create global "variables" which the env vars can be set to. This is to support a use case where you...
@TonyGibson The first step is to fully set up your CapRover so that you can access your caprover dashboard using `captain.maybe.somthing.com` - have you done this step?
I tried to access your domain, but I see a cloudflare error. So looks like you've jumped a few steps. 
A common problem is when your source is only binding to a specific IP address. Connections work if they are set up like this: `0.0.0.0:5001`
Until a built in method is available, the only potential way is to inspect the one click app definition for the particular app and see if the image supports the...
> default version chosen comes from Any app defines its own default version, here is [wordpress for example](https://github.com/caprover/one-click-apps/blob/64feae1b4396d5970947100a1b816796d55fffda/public/v4/apps/wordpress.yml#L37-L41). > adds a button for the latest version as an option The...
Any system failure can cause this. I assume you tried the troubleshooting steps already. What are the results? https://caprover.com/docs/troubleshooting.html#successful-deploy-but-502-bad-gateway-error
CapRover doesn't run containers, docker does. Run this: ``` docker service ls ``` What does it print?
Your apps are fully deleted from Docker swarm. Did you do anything when this happened? e.g. left your machine off for a long time, or anything else? You can try...
@capssantos your screenshot shows everything is running smoothly. What's the issue?