瀏覽代碼

Update content.md

Laurent Leseigneur 7 年之前
父節點
當前提交
f93c886e73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bonita/content.md

+ 1 - 1
bonita/content.md

@@ -93,7 +93,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 `%%REPO%%` container like this:
 
-	docker run --name some-%%REPO%% -v /my/own/datadir:/opt/bonita -d -9 8080:8080 %%IMAGE%%:tag
+	docker run --name some-%%REPO%% -v /my/own/datadir:/opt/bonita -d -p 8080:8080 %%IMAGE%%: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.