Skip to content

Commit

Permalink
fix typo on logging page
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 20, 2024
1 parent 87ba62e commit fe445d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/3.features/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All Postal processes log to STDOUT and STDERR which means their logs are managed

If you want to send your log data to the host system's syslog then you can configure this. This is useful if you wish to use external tools like `fail2ban` to block users from accessing your system.

The quickest way to achieve this is to use a docker compose overide file in `/opt/postal/install/docker-compose.overide.yml`. The contents of this file, would contain the following:
The quickest way to achieve this is to use a docker compose overide file in `/opt/postal/install/docker-compose.override.yml`. The contents of this file, would contain the following:

```yaml
version: "3.9"
Expand Down

0 comments on commit fe445d5

Please sign in to comment.