mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +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
|