linuxserver / docker-jellyfin

GNU General Public License v3.0
630 stars 94 forks source link

Network error "could not find an available, non-overlapping IPv4 address pool..." when starting container #148

Closed ioogithub closed 2 years ago

ioogithub commented 2 years ago

Using the default config with only the file paths modified. I get an error when running docker-compose up:

Creating network "docker-compose_default" with the default driver
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

Expected Behavior

I would expect the container would start.

Current Behavior

I get the error then nothing happens.

Steps to Reproduce

  1. $ docker-compose up

Environment

**OS:Ubuntu Server 21.10

**CPU architecture:arm64

How docker service was installed: docker pull lscr.io/linuxserver/jellyfin

Command used to create docker container (run/create/compose/screenshot)

docker-compose up

Docker logs

There are no logs because the container does not start

Other information:

Other problems:

Note: I also tried using the Discord link however the invite is not valid: "Invite Invalid" This invite may be expired or you may not have permission to join.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

thespad commented 2 years ago

This isn't a container issue, your host doesn't have any available unallocated private address space to assign to the container. You need to identify what docker networks you have, what ranges are in use, and what you can do to free up addresses.

Alternatively this can also be caused in some VPN configurations so if you're attempting to run Jellyfin through a VPN container that may be the cause but as you've neglected to provide your compose I can't tell.