Swap deemix ports
ci / test (push) Successful in 52s Details
ci / deploy (push) Successful in 1m51s Details
update-flake-inputs / update-lockfile (push) Failing after 27s Details

This commit is contained in:
Ciapa 2024-01-05 21:21:28 +01:00
parent 2c69781801
commit 7f5f10a2a6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
image = "resun83/lidarr-on-steroids";
autoStart = true;
ports = [
"127.0.0.1:6596:6595"
"127.0.0.1:6595:6595"
];
volumes = [
"/var/lib/deemix_standalone:/config_deemix"

View File

@ -5,7 +5,7 @@
autoStart = true;
ports = [
"127.0.0.1:8686:8686"
"127.0.0.1:6595:6595"
"127.0.0.1:6596:6595"
];
volumes = [
"/var/lib/lidarr:/config"