12 lines
286 B
YAML
12 lines
286 B
YAML
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"
|