baptistecdr / docker-gandyn

A simple Dockerfile/docker-compose to run dyn-gandi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dyn-gandi (Dockerized)

A simple Dockerfile/docker-compose to run dyn-gandi.
Report bug · Request feature

GitHub Workflow Status Docker Image Size (latest semver) Docker Pulls GitHub

Quick start

  • Copy config.ini-dist to config.ini
  • Modify config.ini depending on your configuration.
  • dyn-gandi is executed every minute

Docker

docker run --rm --privileged \
--mount type=bind,source=./config.ini,target=/config/config.ini \
-e TZ="UTC" \
baptistecdr/gandyn
  • Modify TZ variable

Docker Compose

  • Download docker-compose file
wget https://raw.githubusercontent.com/baptistecdr/docker-gandyn/main/docker-compose.yml
  • Modify TZ variable
  • Run docker-compose up -d

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Contributions are welcome!

About

A simple Dockerfile/docker-compose to run dyn-gandi.

License:MIT License


Languages

Language:Dockerfile 92.6%Language:Shell 7.4%