Skip to content

Commit

Permalink
Add report config volume to nethcti container
Browse files Browse the repository at this point in the history
prevent this error at startup:
error: [arch_astproxy] Error: ENOENT: no such file or directory, open '/opt/nethvoice-report/api/conf.json'
  • Loading branch information
Stell0 committed Oct 16, 2023
1 parent 4532234 commit 70e870f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/nethcti-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ExecStart=/usr/bin/podman run \
--volume=nethcti-server:/root:Z \
--volume=nethcti-server-code:/usr/lib/node/nethcti-server:Z \
--volume=nethcti-server-cert:/etc/certificates:z \
--volume=reports_config:/opt/nethvoice-report:z \
--volume=/dev/log:/dev/log \
--env=ASTMANAGERPORT \
--env=APACHE_PORT \
Expand Down

0 comments on commit 70e870f

Please sign in to comment.