docs(deployment): update compose example

This commit is contained in:
Anthony Lapenna
2018-10-11 12:44:25 +13:00
parent 928bb83a89
commit 81e1522115

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