Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. version: '3.5'
  2.  
  3. services:
  4. portainer:
  5. image: portainer/portainer
  6. ports:
  7. - "9000:9000"
  8. command: -H unix:///var/run/docker.sock
  9. volumes:
  10. - /var/run/docker.sock:/var/run/docker.sock
  11. - portainer_data:/data
  12.  
  13. volumes:
  14. portainer_data:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement