![]() |
migrate all my config from Ubuntu to docker - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: migrate all my config from Ubuntu to docker (/t-migrate-all-my-config-from-ubuntu-to-docker) |
migrate all my config from Ubuntu to docker - Drake97 - 2025-04-28 Hello everyone, I currently have my jellyfin running on Ubuntu bare metal (i guess that is the name), simply installed on the PC, with many disks without raid or anything, just there each one with movies and all doing excellent, however, for testing purposes and “get my hands” to the server, I am learning to use docker and I wanted to know if there is a way to move all my config, users and everything from the Ubuntu to a docker container, and also to know from your experience, if this is feasible or better I dedicate to experiment in docker in other things to not “ruin” my jellyfin. My system is like this: Jellyfin running on ubuntu, proxied with caddy to the outside, own domain purchased, besides having DNS on cloudflare. I hope you can understand me and any info is welcome. Regards. RE: migrate all my config from Ubuntu to docker - bitmap - 2025-04-28 You can find information on migrating here: https://jellyfin.org/docs/general/administration/migrate/#migrating-linux-install-to-docker Your proxy MAY be able to remain the same, depending on what networking you use within docker. Pre-made networks rather than the default bridge (in docker compose) may require that you set a static docker IP and proxy to that container rather than the host. |