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