django-on-docker-letsencrypt icon indicating copy to clipboard operation
django-on-docker-letsencrypt copied to clipboard

Docker is not saving Django media files into project 'media' directory on production

Open mjhea0 opened this issue 3 years ago • 0 comments

Problem solved.

You need to change media_volume to your local path in docker-compose.prod.yml on line 11 and 33. And remove media_volume from volumes on line 56

https://github.com/testdrivenio/django-on-docker-letsencrypt/issues/17

mjhea0 avatar Mar 17 '22 12:03 mjhea0