Replies: 6 comments 12 replies
-
Are you using 32bit or 64bit version of PI OS (or something else) on your 4B? |
Beta Was this translation helpful? Give feedback.
-
are you really using That has to be a real directory...it was just an example in the docs to tell the user to configure the appropriate path. |
Beta Was this translation helpful? Give feedback.
-
@Inkertus if you use docker, you have to know the MINIMUM stuff, the basics, otherwise you will always have issues.
you are mapping a file to a folder, I don't know what guide you are following, but you are not reading the docs. I'll help you, but please read something about docker and docker-compose in the future. I assume the folder This is the folder that contains
These are the subfolders that need to be present:
Then modify
After you updated the docker-compose file, run this to recreate the container:
|
Beta Was this translation helpful? Give feedback.
-
One more thing: PUID and PGID have to be mapped to the user owning the config and certs subfolders. You are using 1000, but you need to verify what is the ID of the user you are running (pi-serv-user). So run this command: You will have something like this (my user is
The numbers you will see (in my case it's 1000 and 1000) are the ones you need to use in the docker-compose file as PUID and PGID, ok? |
Beta Was this translation helpful? Give feedback.
-
Please don't post screenshots, copy&paste the output of the shell in the future, using <> symbol in the editing bar to format the text as code. There was an error, my bad, I updated the environment section in the docker-compose file, like this:
Update docker-compose.yml and run: |
Beta Was this translation helpful? Give feedback.
-
Again, thank you very much. I'm headed out for now but I did get it running and a non-default user configured. I do need to get the documentation up and read so I can at least get an idea of what I'm doing and be less of (I figure) a bother. |
Beta Was this translation helpful? Give feedback.
-
I appear to be doing everything according to the videos I have seen thus far, but keep running into that pesky exec format error on my Pi 4B. There does appear to be a version coded for ARM but I'm lost at this point.
Any help?
Beta Was this translation helpful? Give feedback.
All reactions