Skip to content

Commit

Permalink
Merge pull request #6 from SimplyVC/vitaly/21.2.8-oasis-core-updates
Browse files Browse the repository at this point in the history
Updating docs to `1.0.7`
  • Loading branch information
VitalyV1337 authored Aug 23, 2021
2 parents c67d819 + 9f41019 commit 2711a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL_AND_RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ git clone https://github.com/SimplyVC/oasis_api_server
Then run the following commands to build the image:
```bash
cd oasis_api_server
docker build -t simplyvc/oasis_api_server:1.0.6 .
docker build -t simplyvc/oasis_api_server:1.0.7 .
```


##### Downloading the Pre-Built Docker Image from DockerHub

The pre-built Docker image can simply be downloaded by running the following command:
```bash
docker pull simplyvc/oasis_api_server:1.0.6
docker pull simplyvc/oasis_api_server:1.0.7
```

#### Config Files Directory and Permissions
Expand All @@ -175,7 +175,7 @@ docker run --network="host" -p 127.0.0.1:8686:8686 \
--mount type=bind,source=<CONFIG_DIR>,target=/app/config/ \
--mount type=bind,source=<INTERNAL_SOCK_DIR>,target=<PATH_IN_NODE_CONFIG> \
--mount type=bind,source=<INTERNAL_TLS_DIR>,target=<PATH_IN_SENTRY_CONFIG> \
-d simplyvc/oasis_api_server:1.0.6
-d simplyvc/oasis_api_server:1.0.7
```

Note: The port after `-p` and before the `:` is used to route a port from the machine to the internal port of the Docker. If this is changed, any program which refers to the API Docker container must refer to this port.\
Expand Down

0 comments on commit 2711a3a

Please sign in to comment.