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

Quick Start in ReadMe stopped after starting up a postgresql #61

Closed
hs3180 opened this issue Nov 20, 2014 · 3 comments
Closed

Quick Start in ReadMe stopped after starting up a postgresql #61

hs3180 opened this issue Nov 20, 2014 · 3 comments

Comments

@hs3180
Copy link

hs3180 commented Nov 20, 2014

this is quick start shell command in readme

docker run --name=redmine -it --rm -p 10080:80 \
-v /var/run/docker.sock:/run/docker.sock \
-v $(which docker):/bin/docker \
sameersbn/redmine:2.6.0-1

container stopped after

Database connection details not specified.
Will try to spin up a new postgresql image with the name postgresql-redmine.
Please manually configure the database connection in production.
Starting up a new postgresql container...
@sameersbn
Copy link
Owner

@hs3180 The quick start command is known to work on ubuntu. I just tried it on a centos machine and it does not work. You can instead try using fig. The instructions are:

wget https://raw.githubusercontent.com/sameersbn/docker-redmine/master/fig.yml
fig up

P.S. You need to have fig installed, which is a pretty simple process. find instructions on https://fig.sh

@sameersbn
Copy link
Owner

@hs3180 did you have any success?

@sameersbn
Copy link
Owner

closing issue. please reopen if you still face the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants