mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
9 lines
135 B
YAML
9 lines
135 B
YAML
dsniff:
|
|
image: easypi/dsniff-arm
|
|
net: host
|
|
volumes:
|
|
- ./data:/data
|
|
working_dir: /data
|
|
tty: yes
|
|
restart: unless-stopped
|