mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
deleted invalid arg
This commit is contained in:
parent
3c9235e81d
commit
d3361be972
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ in
|
||||||
image = "lscr.io/linuxserver/freshrss:latest";
|
image = "lscr.io/linuxserver/freshrss:latest";
|
||||||
volumes = [ "/srv/freshrss/config:/config" ];
|
volumes = [ "/srv/freshrss/config:/config" ];
|
||||||
ports = [ "8888:80" ];
|
ports = [ "8888:80" ];
|
||||||
restart = "unless-stopped";
|
|
||||||
environment = {
|
environment = {
|
||||||
"PUID" = "1000";
|
"PUID" = "1000";
|
||||||
"GUID" = "1000";
|
"GUID" = "1000";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue