izer-xyz / 3cx-docker

3CX PBX Phone System docker image. [ x86_64 | ARM | v18.x ]
MIT License
28 stars 8 forks source link

phonesystem:phonesystem #13

Closed tonyrking closed 1 year ago

tonyrking commented 2 years ago

Synology DS920+ / DSM7.1

Does the system need a user 'phonesystem' I created one with R/W access to the Docker storage just in case.. stuck! Totally loving the idea of having this in Docker instead of running a whole VM. Thanks for all the effort!

New Note

sinegar commented 2 years ago

The phonesystem user is not required. chwon is handling an edge case when the container is restarted. I have fixed (ignore the display) it in the latest test release as it was confusing.

Your issue is with systemd. Either not mounting cgroup or not having the right version (v1).

Can you check Troubleshooting 1):

 $ docker run -it --rm --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro izerxyz/3cx:latest /lib/systemd/systemd --log-level=debug --log-target=console --show-status=true
sinegar commented 1 year ago

Closing all issues before archiving the project.