Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Sep 28, 2024
1 parent 2b652fe commit 970d476
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down

0 comments on commit 970d476

Please sign in to comment.