skip to Main Content

Deploying with docker – Nginx

I am new to deploying with docker. Actually, I am running my django app in my computer inside docker container, and it is running successfully on port localhost:8080. Then I pulled the code to remote server and started docker-compose up,…

VIEW QUESTION

Deployment file error but can not find where issued from – Nginx

I hope people can help to point out where is the issue from my deployment file, when i deploy i get error below Thanks for your help "Deployment.apps "my-app" is invalid: [spec.template.spec.containers[0].volumeMounts[0].name: Not found: "audioSources", spec.template.spec.containers[0].volumeMounts[1].name: Not found: "authors", spec.template.spec.containers[0].volumeMounts[2].name:…

VIEW QUESTION
Back To Top
Search