docs(deployment): update compose example

pull/60/head
Anthony Lapenna 2018-10-11 12:44:25 +13:00
parent 928bb83a89
commit 81e1522115
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,9 @@ Here is an example compose file:
portainer:
image: portainer/portainer
command: -H unix:///var/run/docker.sock
restart: always
ports:
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data