Documentserver Nodejs Example Docker
- Replace
ENV DOCSERVER_NETWORK_NAME=''
inDockerfile
with your real ip (external, or local like192.168.3.155
) docker compose build ds-test-example
- Edit
docker-compose.yml
to specify version of DocumentServer you want to setup docker compose up
- Open ip from step 1 in browser
Please make sure not to use
http://localhost
on any steps, it may causeFile Download
error and other troubles