UID / GID issue #141

Closed
opened 2025-07-08 08:41:16 -04:00 by AtHeartEngineer · 0 comments

Originally created by @Billos on 2/17/2025

Hello,

This is my current compose:

services:
  endurain:
    container_name: endurain
    image: ghcr.io/joaovitoriasilva/endurain:v0.8.2
    environment:
      - UID=1001
      - GID=1001
...

Which gives me the following starting logs:

Checking ownership of necessary directories...
Adjusting ownership to match host UID (1000) and GID (1000)...

This makes it impossible for me to define a volume to store the images.

Is there something I am missing ?

*Originally created by @Billos on 2/17/2025* Hello, This is my current compose: ```yaml services: endurain: container_name: endurain image: ghcr.io/joaovitoriasilva/endurain:v0.8.2 environment: - UID=1001 - GID=1001 ... ``` Which gives me the following starting logs: ``` Checking ownership of necessary directories... Adjusting ownership to match host UID (1000) and GID (1000)... ``` This makes it impossible for me to define a volume to store the images. Is there something I am missing ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#141