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