ssh-treasure-hunt/docker-compose.yml

12 lines
286 B
YAML
Raw Permalink 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
2022-01-20 11:22:51 +00:00
- ./exercices:/root/exercices
2022-01-20 18:45:04 +00:00
- ./exercices/html:/var/www/html
2022-01-18 18:02:41 +00:00
network_mode: "host"
restart: "unless-stopped"