Browse Source

Update docker-compose.yml

pull/1247/head
valoomba 2 years ago
committed by GitHub
parent
commit
a3e10e0275
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -3,7 +3,7 @@ version: "3.8"
services: services:
wg-easy: wg-easy:
environment: environment:
- WG_HOST=${cust}.wg.automatalabs.io - WG_HOST=${HOST}
# ⚠️ Change the Web UI Password: # ⚠️ Change the Web UI Password:
- PASSWORD=foobar123 - PASSWORD=foobar123
image: ghcr.io/vikashloomba/wg-easy image: ghcr.io/vikashloomba/wg-easy

Loading…
Cancel
Save