docs: Update Portracker IDs to 1043:65538 in scripts and setup guides
This commit is contained in:
@@ -9,7 +9,8 @@ Portracker is a real-time port monitoring and service discovery tool.
|
||||
|
||||
### Get User IDs
|
||||
- [ ] **Manual**: SSH into your NAS and run `sudo synouser --get svc-portracker`.
|
||||
- [ ] **Action**: Record the `User ID` (PUID) and `Group ID` (PGID) for use in Portainer.
|
||||
- [ ] **Confirmed IDs**: `User ID` (PUID) is `1043`, `Group ID` (PGID) is `65538`.
|
||||
- [ ] **Action**: Use these values in your Portainer stack environment.
|
||||
|
||||
## 2. Infrastructure Setup
|
||||
### Run Setup Script
|
||||
@@ -24,9 +25,9 @@ Portracker is a real-time port monitoring and service discovery tool.
|
||||
## 3. Portainer Deployment
|
||||
### Environment Variables
|
||||
- [ ] **Action**: In the Portainer Stack configuration, add the following environment variables:
|
||||
- `PUID=[Your UID]`
|
||||
- `PGID=[Your GID]`
|
||||
- `TZ=[Your Timezone, e.g., America/Toronto]`
|
||||
- `PUID=1043`
|
||||
- `PGID=65538`
|
||||
- `TZ=America/Toronto` (Replace with your actual timezone)
|
||||
|
||||
### Deploy Stack
|
||||
- [ ] **Action**: Create a new stack named `portracker`.
|
||||
|
||||
Reference in New Issue
Block a user