mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
(bug): fixed port
This commit is contained in:
parent
0aa7b0ba9e
commit
24c5ab3eea
2 changed files with 14 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"bazarr_data:/config"
|
||||
"/srv/Multimedia/DessinsAnime:/tv"
|
||||
];
|
||||
ports = [ "6777:6777" ];
|
||||
ports = [ "6777:6767" ];
|
||||
environment = {
|
||||
"PUID" = "1000";
|
||||
"GUID" = "1000";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue