mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +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
|