mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
10 lines
173 B
YAML
10 lines
173 B
YAML
cowrie:
|
|
image: vimagick/cowrie
|
|
ports:
|
|
- "2222:2222"
|
|
- "2223:2223"
|
|
volumes:
|
|
- ./data/dl:/home/cowrie/dl
|
|
- ./data/log:/home/cowrie/log
|
|
restart: always
|