From 7b030598196f83ddcd580ec0e56fa31746fc7bca Mon Sep 17 00:00:00 2001 From: Willi Pasternak Date: Sun, 10 Sep 2017 13:55:14 +0200 Subject: [PATCH] Fixed Typo --- wiki/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/docker.md b/wiki/docker.md index e5308f452..c8b538525 100644 --- a/wiki/docker.md +++ b/wiki/docker.md @@ -81,7 +81,7 @@ PROTOCOL=https; docker run -it --rm --name verdaccio \ $ docker-compose up --build ``` -You can set the port to use (for both comtainer and host) by prefixing the above command with `PORT=5000 `. +You can set the port to use (for both container and host) by prefixing the above command with `PORT=5000 `. Docker will generate a named volume in which to store persistent application data. You can use `docker inspect` or `docker volume inspect` to reveal the physical location of the volume and edit the configuration, such as: