mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-04-19 08:55:12 +00:00
update deploy and upgrade instructions
This commit is contained in:
parent
c75f79a330
commit
518d139770
@ -96,10 +96,10 @@ This mode is recommended for running the web admin interface. The container depl
|
|||||||
|
|
||||||
### Without NGINX (Debug Mode and Testing Only)
|
### Without NGINX (Debug Mode and Testing Only)
|
||||||
|
|
||||||
If you opted for the non-NGINX setup, simply run the previously fetched `docker-compose.yml` with:
|
If you opted for the non-NGINX setup, simply run the previously fetched `docker-compose-no-nginx.yml` with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d
|
docker compose -f docker-compose-no-nginx.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Access the web interface using `http://127.0.0.1:8000`.
|
Access the web interface using `http://127.0.0.1:8000`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user