Skip to content

Commit

Permalink
docs(readme.md): updated README.md
Browse files Browse the repository at this point in the history
Updated README.md with simplified docker documentation.
  • Loading branch information
alejandrosaenz117 committed Oct 14, 2020
1 parent 7834faf commit 0966f9f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,27 @@ CRYPTO_SECRET="changeme"
CRYPTO_SALT="changeme"
```

To Start Bulwark:
Build and start Bulwark containers:

```
docker-compose up -d
```

To Stop Bulwark:
Start/Stop Bulwark containers:

```
docker-compose start
docker-compose stop
```

To Remove Bulwark:
Remove Bulwark containers:

```
docker-compose down
```

Bulwark will be available at [localhost:5000](http://localhost:5000)

## Local Installation

```
Expand Down

0 comments on commit 0966f9f

Please sign in to comment.