chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-06-24 13:37:37 +02:00 committed by GitHub
parent 1acbc72e7d
commit 9e5ebf100c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@ services:
hostname: loki hostname: loki
volumes: volumes:
- ./volume-data/loki:/etc/loki # place loki-config.yml - ./volume-data/loki:/etc/loki # place loki-config.yml
- ./volume-data/loki/data:/loki # loki data storage
ports: ports:
- "127.0.0.1:3100:3100" - "127.0.0.1:3100:3100"
expose: expose: