You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- /config/npm:/config:rw
environment:
- USER_ID:1000
- GROUP_ID:100
- TZ:America/New_York
ports:
- 80:8080
- 38081:8181
- 443:4443
restart: unless-stopped
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: