Skip to content

Instantly share code, notes, and snippets.

@jorisvervuurt
jorisvervuurt / compose.yaml
Last active April 19, 2024 14:02
Running Unifi Network in Docker using Docker Compose
version: '3'
services:
unifi-controller:
container_name: unifi-controller
image: lscr.io/linuxserver/unifi-controller:latest
network_mode: host
volumes:
- /opt/unifi-network/config:/config
environment:
- PUID=1000
@jorisvervuurt
jorisvervuurt / opnsense-i226-nic-tunables.txt
Last active May 9, 2024 03:47
OPNsense - Intel i226 NIC tunables
<item>
<tunable>net.inet.icmp.drop_redirect</tunable>
<value>1</value>
<descr/>
</item>
<item>
<tunable>net.isr.bindthreads</tunable>
<value>1</value>
<descr/>
</item>