#
Dillinger
version: "2.1" services: dillinger: image: lscr.io/linuxserver/dillinger container_name: dillinger environment: - PUID=1000 - PGID=1000 - TZ=Africa/Johannesburg volumes: # Enter your config path below after the - and before the : - /var/www/tools/dillinger:/config ports: - 4442:8080 restart: unless-stopped
- Scroll a bit down and click on Add an environment variable
- Add the following 3 environment variables
```conf
# To get uou PUID and PGID, SSH into you server and type 'id'
PUID : 1000
PGID : 1000
TZ | Africa/Johannesburg
Click on deploy Stack