diff --git a/docker-compose.yml b/docker-compose.yml index a903d9b..e5ce586 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/scripts/wg-portal.env b/scripts/wg-portal.env deleted file mode 100644 index d0eb864..0000000 --- a/scripts/wg-portal.env +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/wg-portal.service b/scripts/wg-portal.service index 7d0a73c..0007fa4 100644 --- a/scripts/wg-portal.service +++ b/scripts/wg-portal.service @@ -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 \ No newline at end of file