Browse Source

remove the uidgid

master
Quildra 3 years ago
parent
commit
3e3b9270ff
  1. 7
      jellyfin-docker-compose.yml

7
jellyfin-docker-compose.yml

@ -3,8 +3,6 @@ services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: uid:gid
network_mode: 'host'
volumes:
- /usr/docker_binds/jellyfin/config:/config
- /usr/docker_binds/jellyfin/cache:/cache
@ -12,7 +10,4 @@ services:
restart: 'unless-stopped'
# Optional - alternative address used for autodiscovery
environment:
- JELLYFIN_PublishedServerUrl=https://tentacool.pkmn.cloud
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
extra_hosts:
- "host.docker.internal:host-gateway"
- JELLYFIN_PublishedServerUrl=https://tentacool.pkmn.cloud
Loading…
Cancel
Save