Skip to content

Instantly share code, notes, and snippets.

@crysxd
Last active July 18, 2020 18:08
Show Gist options
  • Save crysxd/03acc114674364aeb763f687787edfcc to your computer and use it in GitHub Desktop.
Save crysxd/03acc114674364aeb763f687787edfcc to your computer and use it in GitHub Desktop.
version: '3'
services:
octoprint:
image: octoprint/octoprint
ports:
- "5000:5000"
restart: unless-stopped
volumes:
- ./data:/data
- ./scripts:/scripts
- /dev:/dev
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment