Skip to content

Instantly share code, notes, and snippets.

View kraoc's full-sized avatar
🎯
Focusing

Olivier kraoc

🎯
Focusing
View GitHub Profile
@kraoc
kraoc / docker-compose-adguardhome.yml
Created November 11, 2022 18:49
Docker Adguard Home Compose
version: "3.1"
services:
adguardhome:
container_name: adguardhome
hostname: adguardhome
restart: always
image: adguard/adguardhome:latest
stdin_open: true