Add dns-updateip/docker-compose.yaml
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
version: '2.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
dnsexit-updateip:
|
||||||
|
image: dnsexit-updateip:latest
|
||||||
|
container_name: dnsexit-updateip
|
||||||
|
restart: always
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- APIKEY=s5P998CqUu5bqAukdS1dW57EfjgFlX
|
||||||
|
- HOST=kolpacksoftware.com,kolpacksoftware.publicvm.com,rmstsa.org
|
||||||
|
- INTERVAL=1h
|
||||||
Reference in New Issue
Block a user