Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created July 29, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnburgess/eb8909a67cac55e3472eaa89968f1092 to your computer and use it in GitHub Desktop.
Save dnburgess/eb8909a67cac55e3472eaa89968f1092 to your computer and use it in GitHub Desktop.
DB Tech pwndrop
---
version: "2.1"
services:
pwndrop:
image: linuxserver/pwndrop
container_name: pwndrop
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- SECRET_PATH=/pwndrop #optional
volumes:
- /path/to/appdata:/config
ports:
- 8123:8080
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment