Add Dockerfile and first attempt at CI
This commit is contained in:
parent
0245ab71c8
commit
4915208029
3 changed files with 57 additions and 1 deletions
8
README
8
README
|
@ -1,4 +1,4 @@
|
|||
Echolink Proxy/Relay server - PE1CHL
|
||||
# Echolink Proxy/Relay server - PE1CHL
|
||||
|
||||
This Echolink Proxy/Relay server can run multiple echolink proxies and/or
|
||||
relays on a single machine, provided it has multiple IPv4 addresses on the
|
||||
|
@ -114,3 +114,9 @@ graph the statistiscs like number of used proxies.
|
|||
When this file disappears for no apparent reason, it probably is systemd
|
||||
doing it.
|
||||
Configure RemoveIPC=no in /etc/systemd/logind.conf to keep it at bay.
|
||||
|
||||
# Docker image instructions - VK2BSD
|
||||
To run this container, mount your configuration file, then set the following environment variables:
|
||||
- `ELPROXY_CONFIG` to the path to your configuration file
|
||||
- `ELPROXY_DEBUG` (optional) to a non-zero value to enable debug output logging
|
||||
Make sure to set `Daemonize=0` in your configuration file, otherwise the container will simply exit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue