Browse Source

Fix frontail not following rotated syslog file (#610)

sphinx-relay-2.0.3
Samuel Reed 4 years ago
committed by GitHub
parent
commit
efe7ab57ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -180,7 +180,7 @@ services:
restart: on-failure
command: "/var/log/syslog --url-path /logs --number 100 --disable-usage-stats"
volumes:
- /var/log/syslog:/var/log/syslog:ro
- /var/log:/var/log:ro
networks:
default:
ipv4_address: $FRONTAIL_IP

Loading…
Cancel
Save