Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I had a permission problem when I mounted the data volume. Trying to specify a user also didn't work. #480

Open
imaxun opened this issue Dec 4, 2023 · 4 comments

Comments

@imaxun
Copy link

imaxun commented Dec 4, 2023

image image
@imaxun
Copy link
Author

imaxun commented Dec 4, 2023

I hope to get help

@amh-mw
Copy link

amh-mw commented Dec 4, 2023

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?

@imaxun
Copy link
Author

imaxun commented Dec 8, 2023

I installed it using k8s

@SmartPhoneLover
Copy link

Did you solve it?
I don't install it using K8S, but I think it would be the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants