docker-ssh-jumphost/docker-compose.yml

16 lines
291 B
YAML
Raw Normal View History

2023-01-28 11:49:03 +00:00
version: "3"
services:
ssh-jumphost:
container_name: ssh-jumphost
build:
context: https://github.com/chrisb86/docker-ssh-jumphost.git
volumes:
- ./config:/config
ports:
- 2222:2222
tmpfs:
- /tmp
- /run
- /var/tmp
read_only: true