django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

perf: README.md add --rm to compose run web #44

Closed dhb52 closed 2 months ago

MacLake commented 1 year ago

This makes sense. You produce digital waste in form of a container that is created just for this command. With --rm this container will be deleted after the instruction has been carried out. Otherwise it is kept until you delete it e. g. with docker container prune.

macolo commented 2 months ago

thanks for this! I included this in #65 - closing this in favour of #65