From 65e591290978c53a48078f7982db188323bd0a5b Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 14 Sep 2026 06:40:27 +0300 Subject: [PATCH] Remove `docker compose build` instruction and add more compose info $ docker compose build WARN[0000] No services to build --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3a1debbd..555a4bfa 100644 --- a/README.md +++ b/README.md @@ -65,17 +65,13 @@ Docker allows building and running Gephi lite in a controlled environment withou ### Docker compose for development -The docker compose provided in this repository is designed for **local development** not for production. +The docker compose provided in this repository runs Gephi Lite directly from sources and is designed for **local development** not for production. Make sure you have a fresh version of [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/linux/) plugin. Effective July 2023 Compose is now integrated into all current Docker Desktop versions. -#### `docker compose build` - -Builds or rebuilds docker image from your git checkout - #### `docker compose up` -Starts Gephi Lite with previously prebuilt image +Starts Gephi Lite in development mode at http://localhost:5173/gephi-lite/ #### `docker compose down`