Sameer Naik
Sameer Naik
@fye the complete `docker run` command would be helpful, you can mask out the passwords if any. I used the following ``` bash docker run -it --name=mysql \ --env='DB_USER=avatar' --env='DB_PASS=password'...
@fye can you pull down the updated latest tag from the docker and retry ``` bash docker pull sameersbn/mysql:latest ``` There was one particular use case that was fixed recently....
@fye if that does not help, please test after disabling selinux with `setenforce 0` to make sure that selinux is not causing any issue. It probably is not, but just...
@fye what was the problem?
@fye did you try updating the `sameersbn/mysql` image?
@fye got it.
@netflash Looks like you have stopped containers which docker-compose is reusing, can you remove the stopped containers before retrying. Also you may want to pull the most recent image from...
@Haitianisgood Please refer issue #31
I don't think it is possible. But i am not sure. You will need to check with the upstream project
@nemonik yes, that is correct. I just made a new `7.11.4-1` point release with the fix. You can use it.