Skip to content

Commit 4ec2585

Browse files
committed
updating readme
1 parent 869000a commit 4ec2585

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docker/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,11 @@ The docker compose system starts three services:
4343
- Nginx - the nginx web service, mounted to port 8080
4444
- Redis - a redis database for caching
4545

46-
The final web application is available at `localhost:8080/marvin`
46+
The final web application is available at `localhost:8080/marvin`
47+
48+
## Build and Tag Version
49+
50+
By default the marvin docker build will checkout the latest `main` branch of marvin on github and tag the image as `marvin:latest`. To
51+
change this to a specific branch or tag of marvin, e.g. `2.8.0` or `branch_name`, set the `MARVIN_TAG` environment variable. Then
52+
rebuild the system with `docker compose up --build`. This will checkout that branch or tag of the marvin repository and create
53+
a new marvin docker image with that tag name.

0 commit comments

Comments
 (0)