Skip to content

Commit b49d2dd

Browse files
committed
Update full-description.md
1 parent e31bca3 commit b49d2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/dockerhub/full-description.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e SAMPLE=true icr.io/cp
8282

8383
Some decision artifacts, like simulation definitions, version history, or snapshots, cannot be exported from the Decision Center or the Decision Server instances of the Docker image. To avoid losing this data when you delete the Docker image container, store the Decision Center and the Decision Server databases outside of the ODM for Developers Docker image container, in a local mounted host volume. To do so, run the following docker command from an empty local folder:
8484

85-
```console
85+
```console
8686
docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -u $(id -u) -v $PWD:/config/dbdata/ -e SAMPLE=false icr.io/cpopen/odm-k8s/odm:9.0
8787
```
8888

0 commit comments

Comments
 (0)