Update upddocker.md

pull/118/head
Anthony McMahon 2021-02-05 14:02:39 +13:00 committed by GitHub
parent afe2f7ce85
commit 64c9c0beb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
docs/v2.0/upgrade

View File

@ -37,4 +37,7 @@ Now that you have stopped and removed the old version of Portainer Agent, you ca
```shell
docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes portainer/agent
```
```
## Notes
[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md).