wiki/docs/portainer-stacks/Dillinger.md
Sthope b2b0f55b62
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 14:01:04 +02:00

23 lines
461 B
Markdown

Portainer Stack:
```yaml
---
version: "3.8"
services:
dillinger:
image: lscr.io/linuxserver/dillinger:${tag-latest}
container_name: dillinger
environment:
- PUID=${PUID-1000}
- PGID=${PGID-1000}
- TZ=${TZ-Europe/Amsterdam}
volumes:
- dillinger:/config
ports:
- 8080:8080
restart: ${RST-unless-stopped}
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
volumes:
dillinger:
```