Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit e3892f5

Browse files
author
Orlando Brown
authored
Removed volume mounting -v from docker run
Removed `volume mounting -v` from docker run command especially as it exposes a references to assets and oracle.
1 parent 88f623e commit e3892f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ docker build .
167167
This will create the Boilerplate API image and pull in the necessary dependencies. Once done, run the Docker and map the port to whatever you wish on your host 4005 in this case:
168168

169169
```sh
170-
docker run -d -t -p 9999:9999 -v /etc/jobsite/boiler_plate_api:/opt/nodeapp/config -v /etc/jobsite/oracle:/etc/jobsite/oracle -v /var/lib/docker/logs/boiler_plate_api/logs:/opt/boiler_plate_api/logs --name boiler_plate_api --restart=always boiler_plate_api
170+
docker run -d -t -p 9999:9999 --name boiler_plate_api --restart=always boiler_plate_api
171171
```
172172

173173
Verify the deployment by navigating to your server address in your preferred browser.

0 commit comments

Comments
 (0)