Advertisement
corp0

Untitled

Dec 24th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. version: '3.3'
  2. services:
  3. portainer:
  4. image: 'cr.portainer.io/portainer/portainer-ce:2.9.3'
  5. container_name: portainer
  6. restart: always
  7. ports:
  8. - '8000:8000'
  9. - '9443:9443'
  10. volumes:
  11. - '/var/run/docker.sock:/var/run/docker.sock'
  12. - 'portainer_data:/data'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement