From 6bfbab8a52485bdcc8910c1c317f9af878c03395 Mon Sep 17 00:00:00 2001 From: Derek Paschal Date: Thu, 2 Feb 2023 13:48:31 -0600 Subject: [PATCH] Added build.bat --- build.bat | 1 + docker-compose.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..fa2cc0f --- /dev/null +++ b/build.bat @@ -0,0 +1 @@ +docker buildx build --pull --no-cache --platform=linux/amd64,linux/arm64 --push -t git.exile.place/derek/freedns-updater:latest . \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 2dd9f58..ade652f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ version: '3.4' services: - freedns_updator: - container_name: freedns_updater - image: notquitenothing/freedns_updater:latest + freedns-updater: + container_name: freedns-updater + image: git.exile.place/derek/freedns-updater:latest restart: on-failure:1 environment: TOKENS: "randomizedToken1; randomizedToken2; ..." #provided by the afraid.org version 2 dynamic update interface