mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-11-17 02:29:56 +01:00
7 lines
86 B
YAML
7 lines
86 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
updater:
|
||
|
build: .
|
||
|
restart: always
|
||
|
env_file: .env
|