Last active
July 18, 2020 18:08
-
-
Save crysxd/03acc114674364aeb763f687787edfcc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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