downright-ux
downright-ux
Here is the build fail I'm getting ``` failed to solve: executor failed running [/bin/sh -c echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && apt-get -y update && apt-get -yq install wget...
Configuration file for docker-compose.yml ``` version: '3.3' services: wg-gen-web: network_mode: host privileged: true volumes: - '/etc/wireguard:/data' ports: - '8080:8080' environment: - WG_CONF_DIR=/data - WG_INTERFACE_NAME=wg0.conf - SMTP_HOST=my.email.server - SMTP_PORT=587 - [email protected]...