From 518d139770c0e2708f923eeb4315b7ba12e160a8 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 8 Apr 2024 14:42:55 -0300 Subject: [PATCH] update deploy and upgrade instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b704bb7..797a5a8 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ This mode is recommended for running the web admin interface. The container depl ### 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 - 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`.