mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
cleanup repo
This commit is contained in:
4
examples/pwndrop/README.md
Normal file
4
examples/pwndrop/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# References
|
||||
|
||||
- https://github.com/kgretzky/pwndrop
|
||||
- https://github.com/linuxserver/docker-pwndrop
|
||||
15
examples/pwndrop/docker-compose.yml
Normal file
15
examples/pwndrop/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user