Coder Social home page Coder Social logo

Comments (5)

LongLiveCHIEF avatar LongLiveCHIEF commented on June 15, 2024

Watch the whole video 😃 ... specifically at 2:00 😉

from octoprint-docker.

LongLiveCHIEF avatar LongLiveCHIEF commented on June 15, 2024

You'll also want to make sure the port inside the container is 5000.

from octoprint-docker.

scubieman avatar scubieman commented on June 15, 2024

Couple things, I tried to change to same as the 2:00 mark.

Also I tried port 5000. Just running two different dockers of unraid Thats why i have 5001.

Also my yaml matches the 2 minute mark

Current yaml

version: '3.7'

volumes:
octoprint-docker:

services:
octoprint:
image: octoprint/octoprint
ports:
- 5000:5000
# devices:
# - /dev/ttyACM0:/dev/ttyACM0
volumes:
- octoprint-docker:/home/octoprint/.octoprint

from octoprint-docker.

LongLiveCHIEF avatar LongLiveCHIEF commented on June 15, 2024

Would you be willing to reach out to me on the #octoprint channel on freenode, or join my HackerHappyHour discord server and live-debug this one with me? This discord invite link will take you directly to the raspberry-pi channel on that server: https://discord.gg/hGwvAPp.

The only thing wrong I see with your yaml pasted above is formatting, but that could just be a result of using a blockquote instead of code insertion backticks.

when you type docker-compose config do you get an error, or does it spit out a copy of your resolved configuration?

Also, when you type groups can you confirm that the following groups all show up docker plugdev, dialout, tty

from octoprint-docker.

LongLiveCHIEF avatar LongLiveCHIEF commented on June 15, 2024

Looks like I forgot to add back in user membership to tty and dialout groups for access to /dev/ttyUSB* and /dev/ttyACM*.

from octoprint-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.