Fix immich image name
This commit is contained in:
@@ -42,7 +42,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: db_username
|
key: db_username
|
||||||
name: immich-secret
|
name: immich-secret
|
||||||
image: ghcr.io/immich-app/immich-server:v2.6.0:-release
|
image: ghcr.io/immich-app/immich-server:v2.6.0-release
|
||||||
name: immich-server
|
name: immich-server
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 2283
|
- containerPort: 2283
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ var Linkding = Service{
|
|||||||
|
|
||||||
var Immich = Service{
|
var Immich = Service{
|
||||||
Name: "immich",
|
Name: "immich",
|
||||||
Image: "ghcr.io/immich-app/immich-server:v2.6.0:-release",
|
Image: "ghcr.io/immich-app/immich-server:v2.6.0-release",
|
||||||
Port: 2283, // Server Port
|
Port: 2283, // Server Port
|
||||||
// PublicURL: "https://photos.danicos.me",
|
// PublicURL: "https://photos.danicos.me",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user