From ff3740e1645d15144519e2a6075d1dc9d43f85ba Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 8 Apr 2024 13:39:56 -0300 Subject: [PATCH] update deploy and upgrade instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7db5e..3512140 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Follow these steps to deploy the WireGuard WebAdmin: 4.**Run Docker Compose:** - Execute the Docker Compose command to start your deployment. Remember to replace `yourserver.example.com` with your server's actual address if you're using the NGINX version. + Execute the Docker Compose command to start your deployment. ### With NGINX (Recommended) @@ -149,6 +149,9 @@ Begin by navigating to your wireguard_webadmin directory: Follow the previously outlined [Deployment Instructions](#deployment-instructions). +Don't forget to update the `docker-compose.yml` file to the latest version by re-downloading it from the repository. + + ### Post-Upgrade Checks: - **Verify Operation:** After the services start, access the web interface to ensure WireGuard WebAdmin functions as expected. Examine the application logs for potential issues.