From c75f79a330fffeacd7a0dc32a8f2cb01903f0b5a Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 8 Apr 2024 14:36:18 -0300 Subject: [PATCH] update deploy and upgrade instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3512140..b704bb7 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Follow these steps to deploy the WireGuard WebAdmin: ```bash wget -O docker-compose.yml https://raw.githubusercontent.com/eduardogsilva/wireguard_webadmin/main/docker-compose.yml ``` - +This mode is recommended for running the web admin interface. The container deployment will automatically generate a self-signed certificate for you. If you want to update your certificates, simply navigate to the `certificates` volume and replace `nginx.pem` and `nginx.key` with your own certificates. ### Without NGINX (Debug Mode and Testing Only) For a debug environment without NGINX, suitable only for testing (not recommended for production), use: