Brett Jones
Brett Jones
@mateuszgwozdz could you explain what you did or upload your fix somehow?
Cleaning up old PRs. Closing this because this project appears abandoned.
My problem was having `influxd` in my `command:`. The docker CMD executes a script which is a proxy to the `influxd` command, which executes all of the init stuff first....
This seems like a recent change caused this. I've always been able to use `:Files`, but not any more.
@ctron were you able to connect after this? I have the same issue.
@dysoco if you don't plan on doing this I'll do it
I successfully recreated this issue by creating Proxy Hosts with a different user. I **believe** the count is only for proxy hosts (in my case) created by the _current user_....
Is there any update on this? I just ran into this problem. Giving me the option for a default group would be fine.
I'm not really sure of a way to pass the password as a flag to the mysql plugin. I've tried `MYSQL_PASSWORD=secretpassword` and `MYSQL_CUSTOM_ENV="USER=myuser;PASSWORD=secretpassword"` and neither of them work. I would...
Yeah according to [this](https://github.com/dokku/dokku-mysql/blob/6f4728b1a76749b290ed0ffbc76a94418783a12a/config) you can't pass in password as an environment variable. You have to use the flags for any of the additional parameters like memory, shm, password, etc.