[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-11-19 14:17:46 +01:00
parent b7e62fd64d
commit 5877ada306

View file

@ -155,8 +155,8 @@ services:
loki:
image: grafana/loki:latest
container_name: loki
ports:
- "3100:3100"
expose:
- "3100"
command: -config.file=/etc/loki/local-config.yaml
networks:
- proxy_network
@ -171,8 +171,7 @@ services:
volumes:
- /app-config/kuma:/app/data
expose:
# <Host Port>:<Container Port>
- 3001
- 10.200.200.254:3001
restart: unless-stopped
networks:
- proxy_network