MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. oliv
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Docker install on synology nas

      @karsten13 of course thanks for checking it out.

      Here is the docker start command:

      docker run  -d \
          --name magicmirror \
          --publish 8036:8080 \
          --restart unless-stopped \
          -e TZ=America/Chicago \
          --volume /volume1/docker/magicmirror/config:/opt/magic_mirror/config \
          --volume /volume1/docker/magicmirror/modules:/opt/magic_mirror/modules \
          --volume /volume1/docker/magicmirror/css:/opt/magic_mirror/css \
          karsten13/magicmirror:latest
      

      and here are the logs of the container:
      Screenshot 2024-09-04 at 11.32.22 AM.png

      posted in Troubleshooting
      O
      oliv
    • 1 / 1