mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
* more docker infra * build needs directory argument * end with / * yamllint fixes * also copy grp file
20 lines
307 B
YAML
20 lines
307 B
YAML
---
|
|
version: '3'
|
|
|
|
volumes:
|
|
cowrie-etc:
|
|
cowrie-var:
|
|
|
|
services:
|
|
cowrie:
|
|
restart: always
|
|
build:
|
|
context: context
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "2222:2222"
|
|
- "2223:2223"
|
|
volumes:
|
|
- cowrie-etc:/cowrie/cowrie-git/etc
|
|
- cowrie-var:/cowrie/cowrie-git/var
|