We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The prefix is automatically generated depending on the name of the directory you cloned into. So it may be different on every system.
Sorry, something went wrong.
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
Ah right, didn't realize we had diverged there. Will get this fixed up.
No branches or pull requests
after docker-compose up the next two commands currently have the wrong container reference
should be:
The text was updated successfully, but these errors were encountered: