diff options
Diffstat (limited to 'services/pds.nix')
| -rw-r--r-- | services/pds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/pds.nix b/services/pds.nix index 45be843..68ca66a 100644 --- a/services/pds.nix +++ b/services/pds.nix @@ -30,7 +30,7 @@ in }; foundation.services.pds = { - image = { imageFile = pdsImage; image = "pds:${pds.version}"; }; + fullImage = { imageFile = pdsImage; image = "pds:${pds.version}"; }; ports = [ [ pdsLocalPort 3000 ] ]; volumes = [ |
