Opengist Logo Docker Compose

Explore

  • Tüm gistler
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Opengist tarafından desteklenmektedir ⋅ 32ms

user:thomas kullanıcı tarafından oluşturulan gistler

title:mygist belirtilen isme sahip gistler

description:sync gists with given description

filename:myfile.txt belirtilen isimde dosyaları olan gistler

extension:yml belirtilen uzantıya sahip dosyalara sahip gistler

language:go belirtilen dilde dosyaları olan gistler

topic:homelab Verilen konuyla ilgili gist'ler

all:systemctl search all fields

Giriş Kaydol

spaskifilip

Katıldı 2 years ago

Tüm gistler 1
Yakın zamanda oluşturuldu En eski oluşturuldu Yakın zamanda güncellendi En eski güncellendi

spaskifilip / Cloudflare DNS Updater

Son aktivite 3 months ago

Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file

0 0 1
1 #Docker compose for cloudflare-dns-updater
2 version: "3.6"
3 services:
4 cloudlfare-dns-updater:
5 image: "spaskifilip/cloudflare-dns-updater:latest"
6 container_name: "cloudlfare-dns-updater"
7 volumes:
8 - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable
9 environment:
10 CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token