Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.8'
- services:
- octoprint_Ender3s:
- restart: always
- container_name: OCTOPRINT
- image: docker.io/octoprint/octoprint:latest
- ports:
- - 80:80
- - 8080:8080
- devices:
- - "/dev/ttyUSB0:/dev/ttyACM0"
- - "/dev/video0:/dev/video0"
- - "/dev/video1:/dev/video1"
- - "/dev/gpiomem:/dev/gpiomem"
- volumes:
- - type: bind
- source: /mnt/OCTO
- target: /octoprint
- - type: bind
- source: /etc/localtime
- target: /etc/localtime
- read_only: true
- environment:
- - ENABLE_MJPG_STREAMER=true
- - MJPG_STREAMER_INPUT=-n -r 1920x1080
- - TZ=America/Chicago
- #config-editor:
- # image: linuxserver/code-server
- # ports:
- # - 8443:8443
- # depends_on:
- # - octoprint
- # restart: unless-stopped
- # environment:
- # - PUID=0
- # - PGID=0
- # - TZ=America/Chicago
- # volumes:
- # - octoprint:/octoprint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement