wireadmin/docker-compose.dev.yml

15 lines
312 B
YAML
Raw Permalink Normal View History

version: "3.8"
services:
wireadmin:
image: wireadmin
volumes:
- ./web/:/app/
2023-11-02 13:02:33 +00:00
ports:
- "5173:5173"
environment:
- UI_PASSWORD=password
2023-09-26 03:58:15 +00:00
- WG_HOST=192.168.1.102
2023-12-10 23:20:54 +00:00
- TOR_SOCKS5_PROXY=host.docker.internal:1080
2023-09-27 07:01:52 +00:00
extra_hosts:
- "host.docker.internal:host-gateway"