Fix GUID/PGID mismatch in 7 more app guides missed by the earlier pass

This commit is contained in:
Djeex
2026-09-07 14:44:01 +02:00
parent 2fa42ad3aa
commit be4b79026b
14 changed files with 46 additions and 46 deletions
@@ -72,7 +72,7 @@ services:
network_mode: host
environment:
- PUID=${PUID}
- PGID=${GUID}
- PGID=${PGID}
- TZ=Europe/Paris
- VERSION=docker
volumes:
@@ -90,7 +90,7 @@ services:
container_name: tautulli
environment:
- PUID=${PUID}
- PGID=${GUID}
- PGID=${PGID}
- TZ=Europe/Paris
volumes:
- /srv/docker/tautulli/config:/config
@@ -119,7 +119,7 @@ services:
### Set your environment variables
Find your PUID and GUID by running:
Find your PUID and PGID by running:
```bash [Terminal]
id username
@@ -129,7 +129,7 @@ Fill in your `.env` file with the retrieved values, for example:
```properties [.env]
PUID=1000
GUID=1000
PGID=1000
```
Deploy the stack.