cleanup repo

This commit is contained in:
L4RM4ND
2023-02-23 22:33:13 +01:00
parent 4e9a51c207
commit 153ba415ba
182 changed files with 84 additions and 84 deletions

View File

@@ -0,0 +1,4 @@
# References
- https://github.com/kgretzky/pwndrop
- https://github.com/linuxserver/docker-pwndrop

View File

@@ -0,0 +1,15 @@
version: "3"
services:
pwndrop:
container_name: pwndrop
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Berlin
- SECRET_PATH=pwndrop # secret path your admin mgmt interface will be
image: linuxserver/pwndrop:latest
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /mnt/docker-volumes/pwndrop/config:/config