docs: Update Portracker IDs to 1043:65538 in scripts and setup guides
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- SYS_PTRACE
|
||||
- SYS_ADMIN
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "nc -z 127.0.0.1 4999 || exit 1"]
|
||||
test: [ "CMD-SHELL", "nc -z 127.0.0.1 4999 || exit 1" ]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- /volume1/docker/portracker/data:/data:rw
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
- PUID=${PUID:-1024}
|
||||
- PGID=${PGID:-100}
|
||||
- PUID=${PUID:-1043}
|
||||
- PGID=${PGID:-65538}
|
||||
- TZ=${TZ:-America/Toronto}
|
||||
restart: on-failure:5
|
||||
|
||||
Reference in New Issue
Block a user