Update docker.md
This commit is contained in:
parent
a88f36bcb3
commit
8b9e08f45b
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ To upgrade Spectrum 2 container, you at first have to pull the updated Docker im
|
|||
$ docker pull spectrum2/spectrum2
|
||||
$ docker stop spectrum2
|
||||
$ docker rm spectrum2
|
||||
$ docker run --name="spectrum2" -d -p 5222:5222 -v /opt/spectrum2/configuration:/etc/spectrum2/transports -v /opt/spectrum2/data:/var/lib/spectrum2 spectrum2/spectrum2
|
||||
$ docker run --name="spectrum2" -d -v /opt/spectrum2/configuration:/etc/spectrum2/transports -v /opt/spectrum2/data:/var/lib/spectrum2 spectrum2/spectrum2
|
||||
|
|
Loading…
Add table
Reference in a new issue