r/minio: Add option to disable firewall rules
If MinIO is behind a reverse proxy, we do not want to expose it directly to the network.frigate-exporter
parent
3c907d0a16
commit
7854a729b7
|
@ -117,7 +117,7 @@
|
|||
port: '{{ item }}/tcp'
|
||||
permanent: true
|
||||
immediate: true
|
||||
state: enabled
|
||||
state: '{{ "enabled" if minio_allow_outside|d(true) else "disabled" }}'
|
||||
loop:
|
||||
- 9000
|
||||
- 9090
|
||||
|
|
Loading…
Reference in New Issue