Skip to content

Commit

Permalink
feature: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Jun 28, 2024
1 parent f7b98ea commit 0eb63e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Documentserver Nodejs Example Docker

## Setup

1. Replace `${REPLACE_WITH_IP}` in `local.json` with
1. Replace `ENV DOCS_ADDRESS=''` in `Dockerfile` with
your real ip (external, or local like `http://192.168.3.155`)
2. `docker compose build ds-test-example`
3. Edit `docker-compose.yml` to specify version of DocumentServer you want to setup
4. `docker compose up`
5. Open ip from step 1 in browser

Please make sure not to use `http://localhost` on any steps,
>Please make sure not to use `http://localhost` on any steps,
it may cause `File Download` error and other troubles

0 comments on commit 0eb63e4

Please sign in to comment.