Django-Kubernetes
Django-Kubernetes copied to clipboard
Update docker-compose.yaml
I tired using this for the port
port:
- "8001:8020"
i got this error services.web.ports contains an invalid type, it should be an array
so i had to change mine to this sir
port: [8001:8020]
and it worked