mirror of
https://github.com/wireadmin/wireadmin
synced 2025-03-12 06:31:05 +00:00
14 lines
261 B
YAML
14 lines
261 B
YAML
version: '3.8'
|
|
services:
|
|
wireadmin:
|
|
image: wireadmin
|
|
volumes:
|
|
- ./web/:/app/
|
|
ports:
|
|
- '5173:5173'
|
|
environment:
|
|
- WG_HOST=192.168.1.102
|
|
- UI_PASSWORD=password
|
|
extra_hosts:
|
|
- 'host.docker.internal:host-gateway'
|