mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed port conflicty
This commit is contained in:
parent
5bdd9e1e52
commit
74c40487fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
sonarrAnime = {
|
||||
image = "lscr.io/linuxserver/sonarr:latest";
|
||||
volumes = [ "sonarr_data:/config" "/srv/Multimedia/SeriesTV:/tv" "/srv/Multimedia/Torrents:/downloads" ];
|
||||
ports = [ "8888:80" ];
|
||||
ports = [ "8999:80" ];
|
||||
environment = {
|
||||
"PUID" = "1000";
|
||||
"GUID" = "1000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue