Strange behavior in the UI - compose - files
-
- resolved
- BebeMischa
-
-
Something is wrong with your compose file it seems. Post the compose file.
-
Code
Display Moreservices: jellyfin: container_name: jellyfin entrypoint: - /init environment: - HOME=/root - LANG=en_US.UTF-8 - LANGUAGE=en_US.UTF-8 - LSIO_FIRST_PARTY=true - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - PGID=100 - PUID=998 - S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 - S6_STAGE2_HOOK=/docker-mods - S6_VERBOSITY=1 - TERM=xterm - TZ=Europe/Amsterdam hostname: 03f6c50fb958 image: lscr.io/linuxserver/jellyfin:latest ipc: private labels: com.docker.compose.config-hash: 6a29f80c20ec7f4a9113627ba6cacc22756aa2d29cb31174ea2f23f02bb57afb com.docker.compose.container-number: 1 com.docker.compose.depends_on: "" com.docker.compose.oneoff: False com.docker.compose.project: jelly com.docker.compose.project.config_files: /data/compose/10/docker-compose.yml com.docker.compose.project.working_dir: /data/compose/10 com.docker.compose.service: jellyfin maintainer: thelamer org.opencontainers.image.authors: linuxserver.io org.opencontainers.image.created: 2022-10-28T23:26:40-05:00 org.opencontainers.image.description: "[Jellyfin](https://jellyfin.github.io/)\ \ is a Free Software Media System that puts you in control of managing and\ \ streaming your media. It is an alternative to the proprietary Emby and Plex,\ \ to provide media from a dedicated server to end-user devices via multiple\ \ apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the\ \ .NET Core framework to enable full cross-platform support. There are no\ \ strings attached, no premium licenses or features, and no hidden agendas:\ \ just a team who want to build something better and work together to achieve\ \ it." org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-jellyfin org.opencontainers.image.licenses: GPL-3.0-only org.opencontainers.image.ref.name: 2ff50259c5f6f0fed29e8074a36973275512beae org.opencontainers.image.revision: 2ff50259c5f6f0fed29e8074a36973275512beae org.opencontainers.image.source: https://github.com/linuxserver/docker-jellyfin org.opencontainers.image.title: Jellyfin org.opencontainers.image.url: https://github.com/linuxserver/docker-jellyfin/packages org.opencontainers.image.vendor: linuxserver.io logging: driver: json-file options: {} networks: - jelly_default ports: - 1900:1900/udp - 7359:7359/udp - 8096:8096/tcp - 8920:8920/tcp restart: unless-stopped volumes: - /srv/dev-disk-by-uuid-7fa3a94a-4f3c-4484-8df6-d4bacc7bcbfc/Movies:/data/movies - /srv/dev-disk-by-uuid-7fa3a94a-4f3c-4484-8df6-d4bacc7bcbfc/Movies/TVshows:/data/tvshows - /srv/dev-disk-by-uuid-7fa3a94a-4f3c-4484-8df6-d4bacc7bcbfc/Movies/JJJconfig:/config working_dir: / networks: jelly_default: external: trueBut, how can it be suddenly wrong? It was fine all the time...
-
-
But, how can it be suddenly wrong? It was fine all the time...
It looks like you used autocompose almost 3 years ago to create this compose file. Docker compose does change over time with updates. This was not caused by the plugin.
remove this line:
org.opencontainers.image.created: 2022-10-28T23:26:40-05:00I would actually remove a lot more lines but you probably don't have to. These are the lines I would get rid of:
Code
Display Moreipc: private labels: com.docker.compose.config-hash: 6a29f80c20ec7f4a9113627ba6cacc22756aa2d29cb31174ea2f23f02bb57afb com.docker.compose.container-number: 1 com.docker.compose.depends_on: "" com.docker.compose.oneoff: False com.docker.compose.project: jelly com.docker.compose.project.config_files: /data/compose/10/docker-compose.yml com.docker.compose.project.working_dir: /data/compose/10 com.docker.compose.service: jellyfin maintainer: thelamer org.opencontainers.image.authors: linuxserver.io org.opencontainers.image.created: 2022-10-28T23:26:40-05:00 org.opencontainers.image.description: "[Jellyfin](https://jellyfin.github.io/)\ \ is a Free Software Media System that puts you in control of managing and\ \ streaming your media. It is an alternative to the proprietary Emby and Plex,\ \ to provide media from a dedicated server to end-user devices via multiple\ \ apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the\ \ .NET Core framework to enable full cross-platform support. There are no\ \ strings attached, no premium licenses or features, and no hidden agendas:\ \ just a team who want to build something better and work together to achieve\ \ it." org.opencontainers.image.documentation: https://docs.linuxserver.io/images/docker-jellyfin org.opencontainers.image.licenses: GPL-3.0-only org.opencontainers.image.ref.name: 2ff50259c5f6f0fed29e8074a36973275512beae org.opencontainers.image.revision: 2ff50259c5f6f0fed29e8074a36973275512beae org.opencontainers.image.source: https://github.com/linuxserver/docker-jellyfin org.opencontainers.image.title: Jellyfin org.opencontainers.image.url: https://github.com/linuxserver/docker-jellyfin/packages org.opencontainers.image.vendor: linuxserver.io logging: driver: json-file options: {} -
Thank you, removed all the suggested lines, all is ok now
Case closed. -
ryecoaaron
Added the Label resolved -
good to hear.
-
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!