You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-27 22:28:31 +02:00
9 lines
133 B
YAML
9 lines
133 B
YAML
|
|
dsniff:
|
||
|
|
image: vimagick/dsniff
|
||
|
|
net: host
|
||
|
|
volumes:
|
||
|
|
- ./data:/data
|
||
|
|
working_dir: /data
|
||
|
|
tty: yes
|
||
|
|
restart: unless-stopped
|