Comment on Latest success Jellyfin rocks!
mic_check_one_two@lemmy.dbzer0.com 1 week agoYou have trouble getting Docker to auto-start on Windows? I thought that was the default behavior…
Comment on Latest success Jellyfin rocks!
mic_check_one_two@lemmy.dbzer0.com 1 week agoYou have trouble getting Docker to auto-start on Windows? I thought that was the default behavior…
It works great when you log in as a user like you normally would on a Windows pc. But on a server you want it to run as a service, starting automatically in the background and/or being managed by the failover cluster without requiring a user to log in.
The solution back then was to use
netplwizautologon. Obviously a hack and bad for security, but fine for a homelab. After googling it now, it looks like some other “solutions” are documented in the GitHub issue about this.