wiki/docs/portainer-stacks/octoprint.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

412 B

Portainer Stack:

---
version: "3.8"
volumes:
  octoprint:
services:
  octoprint:
    image: octoprint/octoprint:latest
    container_name: octoprint
    network_mode: bridge
    restart: unless-stopped
    user: 1000:1000
    volumes:
      - octoprint:/octoprint
#    devices:
#      - /dev/ttyUSB0:/dev/ttyUSB0
    ports:
      - 80:80
    labels:
      - com.centurylinklabs.watchtower.enable=true