Compare commits

...

4 Commits

Author SHA1 Message Date
LRVT
348c8c0a5f
chore: update .env
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s
2025-06-19 20:06:00 +02:00
LRVT
02051f1344
chore: Update docker-compose.yml 2025-06-19 14:23:57 +02:00
LRVT
ac6f0c32eb
chore: Update docker-compose.yml 2025-06-19 14:12:02 +02:00
LRVT
03fea46260
chore: Update docker-compose.yml 2025-06-19 14:11:51 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ services:
# - monitoring_default
grafana:
image: grafana/grafana-oss:12.0.0
image: grafana/grafana-oss:12.0.2
container_name: grafana
hostname: grafana
restart: unless-stopped

View File

@ -1,7 +1,7 @@
services:
grafana:
image: grafana/grafana-oss:12.0.0
image: grafana/grafana-oss:latest
container_name: grafana
user: 1000:1000
restart: unless-stopped

View File

@ -1,5 +1,5 @@
# Versioning
IMMICH_VERSION=v1.135.0
IMMICH_VERSION=v1.135.1
# Database
DB_HOSTNAME=immich-database