Fix docker ip/port to be clearer

master
James Dempsey 2014-12-04 12:17:06 -05:00
parent 11233cf04f
commit bd0dea335f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Build the image and run with the following command:
docker run -p 8080:8080 -p 8443:8443 -p 6661:6661 IMAGE_NAME
You can launch Mirth Connect Administrator by visiting <docker ip>:8080
You can launch Mirth Connect Administrator by visiting DOCKER_IP:8080
The default username and password are admin/admin
@ -12,6 +12,6 @@ To test that this is working, you'll need a tool like [HL7 Inspector](http://sou
Download some [sample HL7 messages](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=228)
Import the ADT_A01.xsd sample HL7 message in Inspector and open the Message Sender pane. Open Send Options and change the Host/Port to <docker ip>:6661
Import the ADT_A01.xsd sample HL7 message in Inspector and open the Message Sender pane. Open Send Options and change the Host/Port to DOCKER_IP:6661
Highlight the message and click Send. You should see an Acknowledge message in the pane below and the message statistics should increase in Mirth Connect Administrator.