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