valoomba
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docker-compose.yml
|
|
@ -4,13 +4,13 @@ services: |
|
|
wg-easy: |
|
|
wg-easy: |
|
|
environment: |
|
|
environment: |
|
|
- WG_HOST=${HOST} |
|
|
- WG_HOST=${HOST} |
|
|
# ⚠️ Change the Web UI Password: |
|
|
|
|
|
- PASSWORD=foobar123 |
|
|
- PASSWORD=foobar123 |
|
|
image: ghcr.io/wg-easy/wg-easy |
|
|
image: ghcr.io/wg-easy/wg-easy |
|
|
container_name: wg-easy |
|
|
container_name: wg-easy |
|
|
hostname: wg-easy |
|
|
hostname: wg-easy |
|
|
ports: |
|
|
ports: |
|
|
- "51820:51820/udp" |
|
|
- "51820:51820/udp" |
|
|
|
|
|
- "51821:51821/tcp" |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
cap_add: |
|
|
cap_add: |
|
|
- NET_ADMIN |
|
|
- NET_ADMIN |
|
|
|