Skip to content

Commit 0ab9005

Browse files
Bot Updating Templated Files
1 parent fe0e49e commit 0ab9005

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ The `/remotelogs` path is designed to act as a parent for all log files you woul
7878
Each log file should be mounted in a subfolder underneath `/remotelogs`, ex:
7979
- `/remotelogs/nginx/` would mount a folder containing the nginx logs to the container
8080

81-
8281
## Usage
8382

8483
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
8584

85+
>[!NOTE]
86+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
87+
8688
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
8789

8890
```yaml
@@ -188,6 +190,8 @@ Containers are configured using parameters passed at runtime (such as those abov
188190
| `-v /remotelogs/sonarr:ro` | Optional path to sonarr log folder. Mounted as Read Only. |
189191
| `-v /remotelogs/unificontroller:ro` | Optional path to unificontroller log folder. Mounted as Read Only. |
190192
| `-v /remotelogs/vaultwarden:ro` | Optional path to vaultwarden log folder. Mounted as Read Only. |
193+
| `--cap-add=NET_ADMIN` | Required for fail2ban to be able to modify iptables rules. |
194+
| `--cap-add=NET_RAW` | Required for fail2ban to be able to bind to any interface & use RAW sockets. |
191195

192196
### Portainer notice
193197

0 commit comments

Comments
 (0)