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
cp .env.example .env
podman volume create yv-homepage-payload-mongo-data
podman run -d --publish 27017:27017 -v yv-homepage-payload-mongo-data:/data/db docker.io/library/mongo
The DATABASE_URI in .env.example should probably be mongodb://127.0.0.1/website
DATABASE_URI
.env.example
mongodb://127.0.0.1/website
The text was updated successfully, but these errors were encountered:
docs(app): #13 add docker command for mongodb
d605b3d
No branches or pull requests
cp .env.example .env
podman volume create yv-homepage-payload-mongo-data
podman run -d --publish 27017:27017 -v yv-homepage-payload-mongo-data:/data/db docker.io/library/mongo
The
DATABASE_URI
in.env.example
should probably bemongodb://127.0.0.1/website
The text was updated successfully, but these errors were encountered: