From 7e61aaeff305d1ee621d278dc643e06d5793a2b6 Mon Sep 17 00:00:00 2001 From: Lee Evans Date: Wed, 8 Feb 2023 10:55:48 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aba520d..da5f07a 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ This repository contains the Docker Compose file used to launch the OHDSI Broads ``` git clone https://github.com/OHDSI/Broadsea.git ``` -* In a command line / terminal window - navigate to the directory where this README.md file is located and start the Broadsea Docker Containers using the below command. On Linux you may need to use 'sudo' to run this command. Wait up to one minute for the Docker containers to start. +* In a command line / terminal window - navigate to the directory where this README.md file is located and start the Broadsea Docker Containers using the below command. On Linux you may need to use 'sudo' to run this command. Wait up to one minute for the Docker containers to start. The docker compose pull command ensures that the latest released versions of the OHDSI ATLAS and OHDSI WebAPI docker containers are downloaded. ``` -docker compose up -d +docker compose pull && docker compose up -d ``` * In the Chrome browser open the URL: ```"http://127.0.0.1/broadsea"``` * Click on the Atlas link to open Atlas in a new browser window