docker-library / docs

Documentation for Docker Official Images in docker-library
https://github.com/docker-library/official-images
MIT License
5.07k stars 2.2k forks source link

docker setup problem #1157

Closed carlsue closed 6 years ago

carlsue commented 6 years ago

i can running redmine direct from docker-compose up.but i want to run with myql that out of container.i wroten a yml file linke this : version: '3.1'

services:

redmine: image: redmine stdin_open: true tty: true restart: always ports:

how to fix the problem?

tianon commented 6 years ago

Your error message (Access denied for user 'redmine'@'171.92.207.173' (using password: YES)) leads me to believe this is a credentials issue -- does your remote MySQL instance have a redmine user? Is it allowed to connect via 171.92.207.173? Is the password correctly configured?

Since this doesn't appear to be an issue with the image (or the docs), I'm going to close. In the future, these sorts of questions/requests would be more appropriately posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow. Thanks!