12 lines
220 B
YAML
12 lines
220 B
YAML
services:
|
|
pointly-tel:
|
|
build: .
|
|
container_name: pointly-tel
|
|
ports:
|
|
- "80:80"
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
volumes:
|
|
- ./config.yml:/app/config.yml:ro
|
|
restart: unless-stopped
|