I have been running this container for some time and only recently realized that the owner:group of the config folder is not consistent with the GROUP_ID environment variable. Below is my Docker Compose file. The config directory and all files are owned by the correct user, but by group 1000, which is not defined on my system. It is supposed to be group 100.
Expected Behavior
Owner of config directory and all files contained within should be set to user and group specific by USER_ID and GROUP_ID environment variables.
Current Behavior
I have been running this container for some time and only recently realized that the owner:group of the config folder is not consistent with the GROUP_ID environment variable. Below is my Docker Compose file. The config directory and all files are owned by the correct user, but by group 1000, which is not defined on my system. It is supposed to be group 100.
Expected Behavior
Owner of config directory and all files contained within should be set to user and group specific by USER_ID and GROUP_ID environment variables.
Steps To Reproduce
No response
Environment
Container creation
version: "2.1"
services: npm: image: jlesage/nginx-proxy-manager container_name: npm volumes:
Container log
Container inspect
No response
Anything else?
No response