diff options
Diffstat (limited to 'Services/nodejs')
-rw-r--r-- | Services/nodejs/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md index 6045051..f903a64 100644 --- a/Services/nodejs/README.md +++ b/Services/nodejs/README.md @@ -22,9 +22,12 @@ Build the container docker run -d -p 8000:8000 --name="nodejs" sv-nodejs ## Accessing server - +access to the running webserver firefox http://localhost:8000 +access to the container itself + docker exec -it nodejs bash + ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/nodejs) * [Github STARTX profile](https://github.com/startxfr/docker-images) |