docs
docs copied to clipboard
Add docker volume for PG and Network
I had to adjust my docker-compose.yml to get this Quickstart to actually run w/o errors. I found I needed:
- Network defined and shared in the two container configs.
- A docker volume created.
- In the current state of this tutorial if I run
docker-compose config
I can see errors before the aforementioned changes.
Proposed changes
Unreleased project version (optional)
Related issues (optional)
✔️ Deploy Preview for docsdocker ready!
🔨 Explore the source changes: 21f75bf7967185cc037534ea1c83e0ae1f83fe35
🔍 Inspect the deploy log: https://app.netlify.com/sites/docsdocker/deploys/6123d030c9dd6b00081bac5f
😎 Browse the preview: https://deploy-preview-13400--docsdocker.netlify.app
Thanks for contributing. The django sample app has been taken out of the docs and moved to the Awesome Compose repo to hopefully facilitate better maintenance. If the issues still exist, please help open an issue there, https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/django/README.md