Kasra Bigdeli

Results 342 comments of Kasra Bigdeli

Try to replicate this with docker swarm: ```bash docker service create \ --name my-test-portrainer \ --publish 8080:8000 \ --publish 9090:9000 \ --mount type=volume,source=portainer_data,destination=/data \ --mount type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock \ portainer/portainer-ce ``` Open...

Then it is really a mystery. You can compare the two services by running inspect to see if there is any differences: ``` docker service inspect srv-captain--yourcaproverportrainer --pretty docker service...

Yea, bitnami images are generally well maintained. Feel free to open a pull request for this.

You can always add this volume post installation. What we try to stay away from is that there is a lot of common use cases, if we incorprate all of...

Sounds good. I don't know about the first question. It's an ohmyform thing. Use whatever is used in docker compose. Also regarding the change in db, feel free to do...

Then you can use the same env var. Regarding default mailing, no there's no such a thing unless the image has one.

Then you can use the same env var. Regarding default mailing, no there's no such a thing unless the image has one.

`--cap-add` should persist after restarts. Did you double check after running `docker service inspect` ?

That's correct. But you can manually change the API version via [config override](https://caprover.com/docs/troubleshooting.html#customize-config-settings). The variable to update is `dockerApiVersion`

I will in the next version. What kept me from updating it so far: the chaos it caused as lots of instances across the globe went offline because people didn't...