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-compose install instructions should use cachetdocker_cachet_1 as container reference #155

Closed
jbayer opened this issue Feb 4, 2017 · 3 comments

Comments

@jbayer
Copy link

jbayer commented Feb 4, 2017

after docker-compose up the next two commands currently have the wrong container reference

should be:

docker exec -i cachetdocker_cachet_1  php artisan key:generate
docker exec -i cachetdocker_cachet_1  php artisan app:install
@djdefi
Copy link
Contributor

djdefi commented Feb 4, 2017

The prefix is automatically generated depending on the name of the directory you cloned into. So it may be different on every system.

@jbayer
Copy link
Author

jbayer commented Feb 4, 2017

sure, but the default instructions would be best done to match the clone instructions [1] in my opinion.

git clone https://github.com/cachethq/Docker.git cachet-docker

[1] https://github.com/CachetHQ/Docker#development-of-cachet-using-this-docker-environment

@djdefi
Copy link
Contributor

djdefi commented Feb 4, 2017

Ah right, didn't realize we had diverged there. Will get this fixed up.

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