Update corbeille/centre_observabilite_script/docker-compose.yml

This commit is contained in:
Ornel_Zply 2025-12-18 11:53:08 +00:00
parent 82ac16268d
commit fdeeadcd4f

View File

@ -42,10 +42,10 @@ services:
ports: ports:
- "3100:3100" - "3100:3100"
command: -config.file=/etc/loki/local-config.yaml command: -config.file=/etc/loki/local-config.yaml
user: "1000:1000" # UID:GID correspondant à ton utilisateur hôte user: "1000:1000"
volumes: volumes:
- ./loki-config.yaml:/etc/loki/local-config.yaml - ./loki-config.yaml:/etc/loki/local-config.yaml:ro
- ./loki-wal:/wal - ./loki-wal:/loki/wal
- ./loki-chunks:/loki/chunks - ./loki-chunks:/loki/chunks
- ./loki-index:/loki/index - ./loki-index:/loki/index
networks: networks: