10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
|
# https://hub.docker.com/r/cmulk/wireguard-docker
|
||
|
|
||
|
PORT=5555
|
||
|
|
||
|
# Configuration directory where Wireguard configuration will be stored.
|
||
|
CONFIG_DIR=./config
|
||
|
|
||
|
LOG_MAX_SIZE=5m
|
||
|
LOG_MAX_FILE=5
|