fix image
This commit is contained in:
@@ -28,7 +28,7 @@ in {
|
||||
containers = {
|
||||
server = builder.mkContainer {
|
||||
subdomain = containerCfg.subdomain;
|
||||
imageStream = immichServerImage;
|
||||
imageFile = immichServerImage;
|
||||
port = 2283;
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
@@ -43,7 +43,7 @@ in {
|
||||
};
|
||||
|
||||
immich-ml = builder.mkContainer {
|
||||
imageStream = immichMachineLearningImage;
|
||||
imageFile = immichMachineLearningImage;
|
||||
port = 3003;
|
||||
overrides = {
|
||||
volumes = [
|
||||
|
||||
Reference in New Issue
Block a user