• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: unable to find user in passwd file (docker compose)

     
    • 0 Vote(s) - 0 Average

    SOLVED: unable to find user in passwd file (docker compose)

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,194
    Threads: 0
    Joined: 2024 Jun
    Reputation: 61
    #4
    2024-12-18, 05:02 PM (This post was last modified: 2024-12-18, 05:08 PM by theguymadmax. Edited 1 time in total.)
    You don't have permission to access the specified locations. To resolve this, I recommend the following steps:

    1. Create a Docker Folder in Your Home Directory:

    Set up a dedicated directory for your Docker containers and their associated data inside your home directory. This way, you will have full control over the directories and avoid permission issues. Make sure folder are created prior to running docker compose up -d.

    Directory Structure:
    • /home/pete/Docker/
    • /home/pete/Docker/Jellyfin/
    • /home/pete/Docker/Jellyfin/config/
    • /home/pete/Docker/Jellyfin/cache/
    • /home/pete/Docker/Jellyfin/docker-compose.yml

    2. Update Your docker-compose.yml File:

    Modify the volumes section in your docker-compose.yml to point to the new directories you created in your home directory.

    Original:
    Code:
    volumes:
          - /var/snap/docker/common/var-lib-docker/volumes/jellyfin-config:/var/log/docker/jellyfin/config
          - /var/snap/docker/common/var-lib-docker/volumes/jellyfin-cache:/var/log/docker/jellyfin/cache

     
    Updated:
    Code:
    volumes:
          - /home/pete/Docker/Jellyfin/config:/config
          - /home/pete/Docker/Jellyfin/cache:/cache
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    unable to find user in passwd file (docker compose) - by Pollo - 2024-12-18, 02:49 AM
    RE: unable to find user in passwd file (docker compose) - by theguymadmax - 2024-12-18, 03:10 AM
    RE: unable to find user in passwd file (docker compose) - by Pollo - 2024-12-18, 05:17 AM
    RE: unable to find user in passwd file (docker compose) - by theguymadmax - 2024-12-18, 05:02 PM
    RE: unable to find user in passwd file (docker compose) - by Pollo - 2024-12-19, 01:02 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode