Files
ubuntu-post-install/services
Claude 21f8e0e096 Persist Easy Asterisk client exports to the docker directory
The vendor easy-asterisk script hardcodes /root for both export output
and its import file listing, but nothing was mounted there — exports
were being written to the container's ephemeral filesystem and lost on
recreate. Bind-mount ./exports to /root in both asterisk.sh and
asterisk-do.sh so exports/imports land under ~/docker/<service>/exports
on the host.
2026-07-20 01:02:37 +00:00
..