version: '3'
services:
app:
build: .
volumes:
- ./config:/root/config
- ./home_eleves:/home
network_mode: "host"
restart: "unless-stopped"