Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 1.9.2 -> 1.9.5

...

Code Block
docker pull practiceinsight/dms_postgresql
docker pull practiceinsight/dms_elasticsearch
docker pull practiceinsight/dms_nuxeo_suite:1.9.25

Run DMS Docker containers

...

Code Block
docker run -p 8080:8080 -p 9080:9080 \
    -v /local_nuxeo_data_folder:/var/lib/nuxeo/data \
    -v /local_config_folder:/etc/nuxeo \
    -v /etc/localtime:/etc/localtime:ro \
    --net=host \
    --name nuxeo practiceinsight/dms_nuxeo_suite:1.9.25

If you want to use your own fonts in nuxeo, then you should add the next option to the run command:

...