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