From de9bd04576498970be45a5ce2070026e7f2646a9 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 4 Apr 2018 15:08:53 +0000 Subject: [PATCH] Run update.sh --- bonita/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonita/README.md b/bonita/README.md index 645786219..518a7d1e9 100644 --- a/bonita/README.md +++ b/bonita/README.md @@ -194,7 +194,7 @@ The Docker documentation is a good starting point for understanding the differen 1. Create a data directory on a suitable volume on your host system, e.g. `/my/own/datadir`. 2. Start your `bonita` container like this: - docker run --name some-bonita -v /my/own/datadir:/opt/bonita -d bonita:tag + docker run --name some-bonita -v /my/own/datadir:/opt/bonita -d -p 8080:8080 bonita:tag The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/datadir` directory from the underlying host system as `/opt/bonita` inside the container, where Bonita will deploy the bundle and write data files by default.