Opengist Logo Docker Compose

Explore

  • All gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Powered by Opengist ⋅ 20ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

FG3K

Joined 5 months ago

All gists 1
Recently created Least recently created Recently updated Least recently updated

FG3K / AdGuard Home

Last active 2 months ago

Synology NAS adguard home with local time fix for correct DNS caching & minimal DNS query latency

0 0 1
1 services:
2 adguard:
3 image: adguard/adguardhome
4 container_name: AdGuard
5 security_opt:
6 - no-new-privileges:true
7 network_mode: host
8 volumes:
9 - /etc/localtime:/etc/localtime:ro
10 - /volume1/docker/adguard/conf:/opt/adguardhome/conf:rw