Jump to content

Souci d'installation


Kyriel

Recommended Posts

Bonjour, 

Je voulais avoir votre aide. Je n'arrive pas à installer Emby sur mon Raspberry 4. J'ai installer sur mon Pi Openmediavault et Docker/Portainer. 

J'ai réussi à installer le stak de Pihole et lorsque j'essai de déployer le stack emby j'ai le message d'erreur :  Deployment error unsupported Compose file. 

 

J'ai utiliser le script suivant sur le lient suivant : https://hub.docker.com/r/linuxserver/emby

 

Je vous remercie d'avance.  :) 

 

Link to comment
Share on other sites

hi my configuration is openmediavault 5 and I can install emby but i can't access. i need IP adress local.

 

---
version: "2.1"
services:
  emby:
    image: ghcr.io/linuxserver/emby
    container_name: emby
    environment:
      - PUID=998
      - PGID=100
      - TZ=France/Paris
    volumes:
      - /srv/dev-disk-by-label-Serveur/Config/emby:/config
      - /path/to/tvshows:/data/tvshows
      - /srv/dev-disk-by-label-Serveur/Mangas:/data/movies
    ports:
      - 8096:8096
    restart: unless-stopped

Link to comment
Share on other sites

i whrite the IP adress with port 8096. And i try install emby with official docker. Docker official is hard to understand for me. My english technical  is bad. I try this to night. 

Thank you for your help. \o/ 

Link to comment
Share on other sites

Hi i have install emby with docker official docker on my PI 4 and i use samba on local for manage my directory in my loccal network. Now i try to learn manage Emby. 

In my docker i find how to forced start my docker. i use 

docker run -d -p 8000:8000 node-docker
Link to comment
Share on other sites

On 1/1/2021 at 4:36 AM, Kyriel said:

Hi i have install emby with docker official docker on my PI 4 and i use samba on local for manage my directory in my loccal network. Now i try to learn manage Emby. 

In my docker i find how to forced start my docker. i use 


docker run -d -p 8000:8000 node-docker

Hi, did you go through our Docker instructions on Docker hub?

https://hub.docker.com/r/emby/embyserver

Link to comment
Share on other sites

Yes i use this site for understan for operation. I read and translate in french. Is a good site. Thanks. 

Edited by Kyriel
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...