# [Dillinger](https://github.com/joemccann/dillinger) is a cloud-enabled, # mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. --- version: "2.1" services: dillinger: image: ghcr.io/linuxserver/dillinger container_name: dillinger environment: # for UserID - PUID=${PUID:-1024} # for GroupID - PGID=${PGID:-100} # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} volumes: # Dillinger plugin config files - ${BASEDIR:-/volume1/docker}/dillinger/config:/config ports: # The port for the Dillinger web interface - 8080:8080 restart: unless-stopped