wireadmin/docker-compose.dev.yml
2023-12-19 13:21:23 +03:30

15 lines
312 B
YAML

version: "3.8"
services:
wireadmin:
image: wireadmin
volumes:
- ./web/:/app/
ports:
- "5173:5173"
environment:
- UI_PASSWORD=password
- WG_HOST=192.168.1.102
- TOR_SOCKS5_PROXY=host.docker.internal:8080
extra_hosts:
- "host.docker.internal:host-gateway"