---
version: "2"
services:
dillinger:
image: linuxserver/dillinger:3.39.1
container_name: dillinger
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use EG Europe/London
- PUID=1000 # for UserID
- PGID=1000 # for GroupID
volumes:
- /host/path/to/config:/config # Dillinger plugin config files
ports:
- 8080:8080/tcp # The port for the Dillinger web interface