added droppy and john the ripper dockerfiles

This commit is contained in:
Tobias Kessels
2019-05-18 14:17:22 +02:00
parent c3a1b8b338
commit 627ebcd7d0
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '2'
services:
droppy:
container_name: droppy
image: silverwind/droppy
environment:
#user for filewrites
- UID=1000
- GID=1000
ports:
- '8989:8989'
volumes:
- ./config:/config
- ./data:/files
# restart: unless-stopped