Docker is not saving django media files into project 'media' directory on production
Comrade19632 opened this issue · 1 comments
Comrade19632 commented
Docker is not saving django media files into project 'media' directory on production
Comrade19632 commented
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