MKI / entrypoint.sh
LoremPizza's picture
Update entrypoint.sh
fa9ecb9 verified
raw
history blame contribute delete
104 Bytes
#!/bin/bash
# Start WireGuard service
wg-quick up wgcf
# Keep the container running
tail -f /dev/null