FG3K / AdGuard Home

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 3 weeks ago
Synology NAS adguard home with local time fix for correct DNS caching & minimal DNS query latency
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

shagan / Teldrive

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 month ago
Local-hosted Web Service to use Telegram account as cloud storage. You can upload single files up to 2GB
1
2 version: "3.8"
3
4 services:
5 db:
6 image: groonga/pgroonga:latest
7 container_name: teldrive_db
8 hostname: teldrive-db
9 restart: always
10 environment:

portabase / Portbase

0 вподобань
0 форк(-ів)
2 файл(-ів)
Остання активність 1 month ago
Portabase Docker Compose
1 services:
2 app:
3 container_name: portabase
4 image: solucetechnologies/portabase:latest
5 ports:
6 - '8887:80'
7 environment:
8 TZ: "Europe/Paris"
9 env_file:
10 - .env
Новіше Пізніше