chore: fix lint scripts (#4)

This commit is contained in:
Shahrad Elahi
2024-04-20 23:36:45 +03:30
committed by GitHub
parent 100eeb84ad
commit 51f1c01284
8 changed files with 220 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
version: "3.8"
version: '3.8'
services:
wireadmin:
image: wireadmin
volumes:
- ./web/:/app/
ports:
- "5173:5173"
- '5173:5173'
environment:
- WG_HOST=192.168.1.102
- UI_PASSWORD=password
extra_hosts:
- "host.docker.internal:host-gateway"
- 'host.docker.internal:host-gateway'