Skip to content

Commit

Permalink
nit: changed mealie user
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Nov 13, 2024
1 parent fd9a12d commit 7d609f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mealie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ in
image = "ghcr.io/mealie-recipes/mealie:v2.2.0@sha256:ea53ca0e874cf30c3e6bbed35f5a01a029bafb602d050ddd584fdb7defdb6f8a";
ports = [ "${toString cfg.port}:9000" ];
volumes = [ "${cfg.dataDir}:/app/data/" ];
user = "911:911";

environmentFiles = [ cfg.credentialsFile ];
environment = {
Expand Down

0 comments on commit 7d609f8

Please sign in to comment.