Compare commits
2 Commits
main
...
ef9c4e53da
| Author | SHA1 | Date | |
|---|---|---|---|
| ef9c4e53da | |||
| 54a1e8a841 |
@@ -2,7 +2,7 @@ name: immich
|
||||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v2.3.1
|
||||
image: ghcr.io/immich-app/immich-server:v2.2.2
|
||||
container_name: immich_server
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
healthcheck:
|
||||
disable: false
|
||||
volumes:
|
||||
- photos:/data
|
||||
- photos:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
#ports:
|
||||
#- 2283:2283
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
machine-learning:
|
||||
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
||||
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.3.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.2.2
|
||||
container_name: immich_machine_learning
|
||||
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
# file: hwaccel.ml.yml
|
||||
|
||||
Reference in New Issue
Block a user