Skip to content

Commit

Permalink
default to /tmp which server uses by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ingon committed Jan 9, 2025
1 parent 225d047 commit c96ec95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/docker.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgs.dockerTools.buildLayeredImage {
"19192/udp" = { };
};
Volumes = {
"/data" = { };
"/tmp" = { };
};
};
}

0 comments on commit c96ec95

Please sign in to comment.