[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
b7e62fd64d
commit
5877ada306
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue