- fix docker image name

- remove deprecated envconfig file
This commit is contained in:
Christoph Haas 2023-10-26 15:08:11 +02:00
parent 248518d239
commit c9dce9d554
3 changed files with 1 additions and 11 deletions

View File

@ -2,7 +2,7 @@
version: '3.6'
services:
wg-portal:
image: h44z/wg-portal:v2
image: wgportal/wg-portal:v2
container_name: wg-portal
restart: unless-stopped
logging:

View File

@ -1,9 +0,0 @@
LISTENING_ADDRESS=:8080
WG_DEVICES=wg0
WG_DEFAULT_DEVICE=wg0
WG_CONFIG_PATH=/etc/wireguard
EXTERNAL_URL=https://vpn.company.com
WEBSITE_TITLE=WireGuard VPN
COMPANY_NAME=Your Company Name
ADMIN_USER=admin@wgportal.local
ADMIN_PASS=supersecret

View File

@ -13,7 +13,6 @@ RestartSec=10
WorkingDirectory=/opt/wg-portal
ExecStart=/opt/wg-portal/wg-portal-amd64
EnvironmentFile=/opt/wg-portal/wg-portal.env
[Install]
WantedBy=multi-user.target