From 8580fbe8f6a07e4798d4d8883a28bda8ea6e9733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A1dio=20Paralelo?= Date: Thu, 5 Mar 2026 00:20:41 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2a5820f..7aa9714 100644 --- a/README.md +++ b/README.md @@ -57,26 +57,20 @@ indymedia/indymedia-wordpress – Core IndyMedia functionality. 1. **Clone the repository** - ```bash git clone https://github.com/RadioParalelo/indymedia.org.git indymedia-wp cd indymedia-wp - ``` + 2. **Build the Docker image** - ```bash + docker build -t indymedia:test . - ``` + 3. **Start the container** - ```bash - docker run -d \ - --name indymedia \ - -p 8080:80 \ - -v "$(pwd)/wp-data:/var/www/html/wp-content" \ - indymedia:test - ``` + docker compose up --build -d + Then open **http://localhost:8080/wp-admin** in a browser, run the WordPress installer, and activate the plugins you need.