Skip to content

Commit 9fc2e47

Browse files
fix(post): added port example and comment for syslogs
1 parent 65b4025 commit 9fc2e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2021-11-20-grafana-loki.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ services:
5757
volumes:
5858
- /var/log:/var/log
5959
- /home/serveradmin/docker_volumes/promtail:/etc/promtail
60+
# ports:
61+
# - "1514:1514" # this is only needed if you are going to send syslogs
6062
restart: unless-stopped
6163
command: -config.file=/etc/promtail/promtail-config.yml
6264
networks:

0 commit comments

Comments
 (0)