navilg / media-stack

A stack of self-hosted tools to manage and stream media. Sonarr + Radarr + qBitTorrent + Prowlarr + Jellyfin + Jellyseerr + VPN
GNU General Public License v3.0
573 stars 92 forks source link

[FEATURE REQUEST] Sugestion to add on the readme #34

Closed jcebidanes closed 8 months ago

jcebidanes commented 8 months ago

Is your feature request related to a problem? Please describe. Just using the docker network create mynetwork not is possible to define static ips.

error msg

Error response from daemon: user specified IP address is supported only when connecting to networks with user configured subnets

Describe the solution you'd like

Using this command will solve the problem docker network create --subnet 172.20.0.0/16 mynetwork This subnet is following the ip you are already using on the docker-compose.yml

Describe alternatives you've considered I tried to add subnet on the compose file but doesn't work too.

Additional context I' testing only the vpn version, using nordvpn

navilg commented 8 months ago

fixed. Thanks