10 lines
247 B
YAML
10 lines
247 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
sshpoke:
|
||
|
image: "neur0toxine/sshpoke:latest"
|
||
|
container_name: "sshpoke"
|
||
|
network_mode: host
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||
|
- ./config.yml:/config.yml
|