Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9c03db743 | |||
| f0832b9dd7 | |||
| e1804d38b6 |
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
server:
|
||||
image: gitea/gitea:latest
|
||||
image: gitea/gitea:1.26.0
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
||||
+2
-1
@@ -9,7 +9,8 @@ DB_DATA_LOCATION=/var/lib/immich/db
|
||||
TZ=America/New_York
|
||||
|
||||
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
||||
IMMICH_VERSION=v2.3.1
|
||||
IMMICH_VERSION=v2.7.5
|
||||
|
||||
|
||||
# Connection secret for postgres. You should change it to a random password
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
Reference in New Issue
Block a user