...
Info |
---|
A special scenario: When you reuse an IP address from a Node or WebRTC Gateway, the SSH connection will fail because their fingerprint will have changed. As a result, you will be warned of a possible security failure (a connection against a known host is expected, but instead the found host is another). You can see an error in the trace logs of Presence OpenGate web services. To fix this problem, connect to this module and clear the entry which causes this conflict in the |
2. Traces
If you wish to export all tracing from the previous day: docker compose logs -t --since 48h --until 24h | gzip -c > yesterdaylogs.gz
.
If you want to see real-time traces for all services: docker compose logs -t --since 1m --follow
.
If you want only for a service: docker logs -t --since 1m --follow asterisk_og
(where asterisk_og is the desired container).
3. Environment variables of containers
Variables allow you to customize the configuration of containers. We define the minimum required to configure an environment in docker-compose.yml
and .env
files, but there are more variables that allow further configuration and must be manually defined.
...