lillo

joined 2 years ago
[–] lillo@lemmy.sdf.org 13 points 5 days ago

Jellyfin + Tailscale, the perfect combination.

[–] lillo@lemmy.sdf.org 2 points 1 week ago

Uninstall unused flatpak dependencies:

flatpak uninstall --unused

[–] lillo@lemmy.sdf.org 5 points 1 year ago* (last edited 1 year ago) (1 children)

Perhaps the manual is a bit outdated. In recent versions of Docker, docker-compose is installed as a plugin for the docker command. So instead of using docker-compose up -d, try using docker compose up -d (note the white space between "docker" and "compose").