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.