File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,13 @@ The `/remotelogs` path is designed to act as a parent for all log files you woul
78
78
Each log file should be mounted in a subfolder underneath ` /remotelogs ` , ex:
79
79
- ` /remotelogs/nginx/ ` would mount a folder containing the nginx logs to the container
80
80
81
-
82
81
## Usage
83
82
84
83
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
85
84
85
+ > [ !NOTE]
86
+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
87
+
86
88
### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
87
89
88
90
``` yaml
@@ -188,6 +190,8 @@ Containers are configured using parameters passed at runtime (such as those abov
188
190
| ` -v /remotelogs/sonarr:ro ` | Optional path to sonarr log folder. Mounted as Read Only. |
189
191
| ` -v /remotelogs/unificontroller:ro ` | Optional path to unificontroller log folder. Mounted as Read Only. |
190
192
| ` -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. |
191
195
192
196
### Portainer notice
193
197
You can’t perform that action at this time.
0 commit comments