...
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:
...