ssh-treasure-hunt/docker-compose.yml

10 lines
199 B
YAML
Raw Normal View History

2022-01-18 18:02:41 +00:00
version: '3'
services:
app:
build: .
volumes:
2022-01-18 19:03:06 +00:00
- ./config:/root/config
2022-01-18 18:02:41 +00:00
- ./home_eleves:/home
network_mode: "host"
restart: "unless-stopped"