From 970d476fcd0909bfd7333e271c0dbd57934c1de2 Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sat, 28 Sep 2024 09:36:15 +0500 Subject: [PATCH] Update README.md --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c5eedd2b0..b8f9f85c4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can install Semaphore using the following methods: ### Docker -The most popular way to install Semaphore is via Docker. We recommend using the [Container Configurator](https://semaphoreui.com/install/docker/) to get the ideal Docker configuration for Semaphore. +The most popular way to install Semaphore is via Docker. ``` docker run -p 3000:3000 --name semaphore \ @@ -57,21 +57,7 @@ docker run -p 3000:3000 --name semaphore \ -d semaphoreui/semaphore:latest ``` -`docker-compose.yml` for minimal configuration: - -```yaml -services: - semaphore: - ports: - - 3000:3000 - image: semaphoreui/semaphore:latest - environment: - SEMAPHORE_DB_DIALECT: bolt - SEMAPHORE_ADMIN_PASSWORD: changeme - SEMAPHORE_ADMIN_NAME: admin - SEMAPHORE_ADMIN_EMAIL: admin@localhost - SEMAPHORE_ADMIN: admin -``` +We recommend using the [Container Configurator](https://semaphoreui.com/install/docker/) to get the ideal Docker configuration for Semaphore. ### SaaS