docs icon indicating copy to clipboard operation
docs copied to clipboard

Add docker volume for PG and Network

Open neillindberg opened this issue 3 years ago • 1 comments

I had to adjust my docker-compose.yml to get this Quickstart to actually run w/o errors. I found I needed:

  1. Network defined and shared in the two container configs.
  2. A docker volume created.
  3. 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)

neillindberg avatar Aug 23 '21 16:08 neillindberg

✔️ 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

netlify[bot] avatar Aug 23 '21 16:08 netlify[bot]

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

craig-osterhout avatar Oct 31 '22 23:10 craig-osterhout