mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
226 B
YAML
12 lines
226 B
YAML
version: "3.8"
|
|
services:
|
|
cowrie:
|
|
image: easypi/cowrie-arm
|
|
ports:
|
|
- "2222:2222"
|
|
- "2223:2223"
|
|
volumes:
|
|
- ./data/dl:/home/cowrie/dl
|
|
- ./data/log:/home/cowrie/log
|
|
restart: unless-stopped
|