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