Skip to content

Commit

Permalink
docker readme: add --pull to docker-compose
Browse files Browse the repository at this point in the history
inspired by #126
  • Loading branch information
sebix committed Feb 17, 2023
1 parent 9403d56 commit 3b515ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ docker-compose -f docker/docker-compose.yml up --no-build
or, alternatively, build and run the containers with:

```bash
TARANIS_NG_TAG=build docker-compose -f docker/docker-compose.yml up --build
TARANIS_NG_TAG=build docker-compose -f docker/docker-compose.yml up --build --pull
```
(`--pull` updates the base images)

**Voila, Taranis NG is up and running. Visit your instance by navigating to
[https://localhost:4443/](https://localhost:4443/) using your web browser**.
Expand Down

0 comments on commit 3b515ee

Please sign in to comment.