11 lines
241 B
YAML
11 lines
241 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
volumes:
|
|
- ./config:/root/config
|
|
- ./home_eleves:/home
|
|
- ./exercices:/root/exercices
|
|
network_mode: "host"
|
|
restart: "unless-stopped"
|