Skip to content

Commit

Permalink
komaga: fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Mar 1, 2024
1 parent 140b618 commit 2ad4fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/services/media/komga.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in

virtualisation.oci-containers.containers.komga = {
image = "gotson/komga:latest";
ports = [ "${toString publicPort}:8080" ];
ports = [ "${toString publicPort}:25600" ];
volumes = [
"${configDir}:/config"
"${dataDir}:/data"
Expand Down

0 comments on commit 2ad4fd5

Please sign in to comment.