Skip to content

Commit

Permalink
Update full-description.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrateau authored Dec 6, 2024
1 parent 8f27d22 commit 6fa7f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/dockerhub/full-description.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker run -e LICENSE=accept -p 9060:9060 -p 9443:9443 -e SAMPLE=true icr.io/cp

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:

```console
```console
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
```

Expand Down

0 comments on commit 6fa7f77

Please sign in to comment.