Skip to content

Commit 7c83c3a

Browse files
author
Thomas Maddox
committed
Clarification in migration doc and grammar cleanup
1 parent 7c0dcc9 commit 7c83c3a

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
@@ -116,7 +116,7 @@ After creating the `znc-conf` container, in order to reduce downtime in the migr
116116
$ docker pull tmaddoz/znc:1.0
117117
```
118118

119-
Once, Docker is done pulling the image, just stop your existing service and run the container, it should be very quick. We cannot start the container beforehand, if you expect to use the same port.
119+
Once, Docker is done pulling the image, just stop your existing service and run the container; it should be very quick. This will allow us to use the same port as before, without Docker erroring out trying to use a port that's already in-use.
120120

121121
```
122122
$ service znc stop && docker run -d --name znc-server --volumes-from=znc-conf -p 6697:6697 tmaddox/znc:1.0

0 commit comments

Comments
 (0)