mirror of
https://github.com/AllStarLink/ASL3-Docker.git
synced 2026-08-26 14:27:28 -04:00
10 lines
255 B
YAML
10 lines
255 B
YAML
services:
|
|
asl3_setup:
|
|
build: .
|
|
container_name: allstarlink3
|
|
volumes:
|
|
- ./asl3:/asl3
|
|
- ./asterisk_conf:/etc/asterisk
|
|
- ./asterisk_cust_sounds:/usr/local/share/asterisk/sounds
|
|
privileged: true
|
|
restart: unless-stopped
|