26 lines
392 B
YAML
26 lines
392 B
YAML
version: '2'
|
|
|
|
services:
|
|
sshweb:
|
|
image: genshen/ssh-web-console
|
|
ports:
|
|
- "8002:2222"
|
|
volumes:
|
|
- ./conf:/home/web/conf
|
|
networks:
|
|
- isenssh
|
|
#START#
|
|
|
|
|
|
machine1:
|
|
image: isensshbase
|
|
ports:
|
|
- "2000:22"
|
|
networks:
|
|
- isenssh
|
|
|
|
#END#
|
|
networks:
|
|
isenssh:
|
|
driver: bridge
|