fixup: docker-compose.dev.yml (#1236)

Improving compose file for dev.
Some variables are missed which lead to an error.
Fixes: #1234
This commit is contained in:
Philip H. 2024-08-01 20:09:01 +02:00 committed by GitHub
commit 1607fd1562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,17 @@
services:
wg-easy:
image: wg-easy
build:
dockerfile: ./Dockerfile
command: npm run serve
volumes:
- ./src/:/app/
# - ./data/:/etc/wireguard
ports:
- "51820:51820/udp"
- "51821:51821/tcp"
cap_add:
- NET_ADMIN
- SYS_MODULE
environment:
# - PASSWORD_HASH=p
# - PASSWORD=p
- WG_HOST=192.168.1.233