From 3b515ee1505442233abe92a0bcfaff485333c6cf Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 17 Feb 2023 21:43:19 +0100 Subject: [PATCH] docker readme: add --pull to docker-compose inspired by #126 --- docker/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 60277e240..571783ca0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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**.