firstandlast
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.env
|
||||||
|
ddns
|
||||||
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
ddns:
|
||||||
|
image: qmcgaw/ddns-updater
|
||||||
|
container_name: ddns
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PERIOD=5m
|
||||||
|
- CONFIG_FILE=/updater/data/config.json
|
||||||
|
volumes:
|
||||||
|
- ./ddns:/updater/data
|
||||||
Reference in New Issue
Block a user