Hi,
I deployed rancher as a docker inside a VM. Set it up successfully. When I deploy workloads however, I can't access the workload even though I'm adding a port mapping.
Configuration: VM IP (where rancher is running side a docker): 192.168.0.164
Port configuration:
ports:
- containerPort: 32400
hostIP: 192.168.0.164
hostPort: 32400
name: plex
protocol: TCP
What am I missing?