فهرست منبع

fix environment variables for user and group id

Christian Lempa 2 سال پیش
والد
کامیت
a85fdace5b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docker-compose/homepage/docker-compose.yaml

+ 2 - 2
docker-compose/homepage/docker-compose.yaml

@@ -6,8 +6,8 @@ services:
     environment:
     environment:
       - LOG_LEVEL=info
       - LOG_LEVEL=info
     # (Optional) Run as a specific user
     # (Optional) Run as a specific user
-    #   PUID: $PUID
-    #   PGID: $PGID
+    #   - PUID=your-user-id
+    #   - PGID=your-group-id
     ports:
     ports:
       - 3000:3000
       - 3000:3000
     volumes:
     volumes: