Open imaxun opened 11 months ago
I hope to get help
I don't recognize the format of your YAML file, but in my own docker-compose.yaml:
services:
web:
# This seems similar to your volumeMounts and lets the container mount the volume
volumes:
- odoo-data:/var/lib/odoo
# This creates the volume
volumes:
odoo-data:
# Nothing here as I am creating a volume from scratch
Are you missing the second part?
I installed it using k8s
Did you solve it? I don't install it using K8S, but I think it would be the same.