Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker doc error #167

Open
vincehi opened this issue Sep 10, 2019 · 2 comments
Open

docker doc error #167

vincehi opened this issue Sep 10, 2019 · 2 comments
Labels
bug deployment issues related to deployment documentation

Comments

@vincehi
Copy link

vincehi commented Sep 10, 2019

Hello, there is an error in the documentation for the connection to the mongodb database.
You say : MONGODB_PORT_27017_TCP_ADDR: 'mongodb://mongo'
and

'apostrophe-db': {
      uri: 'mongodb://' + process.env.MONGODB_PORT_27017_TCP_ADDR + ':' + process.env.MONGODB_PORT_27017_TCP_PORT + '/mydb'
    },

But that will produce uri: 'mongodb://mongodb://mongo:2017/mydb'

@boutell
Copy link
Member

boutell commented Sep 10, 2019 via email

@vincehi
Copy link
Author

vincehi commented Sep 10, 2019

no, thank you, I discover the project

@stephenkostas stephenkostas added bug deployment issues related to deployment documentation labels Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug deployment issues related to deployment documentation
Projects
None yet
Development

No branches or pull requests

3 participants