From 547ec569e504dc18378b046008f56ec44ade32e8 Mon Sep 17 00:00:00 2001 From: Shahrad Elahi Date: Wed, 24 Jan 2024 19:02:47 +0330 Subject: [PATCH] fix --- README.md | 4 ++-- web/.prettierignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8c338..01dc830 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ Install WireAdmin using the command line: ```bash docker run --rm \ - -e WG_HOST="🚨YOUR_SERVER_IP" \ - -e UI_PASSWORD="🔐ADMIN_PASSWORD" \ + -e WG_HOST= \ + -e UI_PASSWORD= \ -p "3000:3000/tcp" \ -p "51820:51820/udp" \ -v "wireadmin-data:/data" \ diff --git a/web/.prettierignore b/web/.prettierignore index bb3e65c..e4fcfb3 100644 --- a/web/.prettierignore +++ b/web/.prettierignore @@ -12,3 +12,4 @@ static pnpm-lock.yaml package-lock.json yarn.lock +tsconfig.json \ No newline at end of file