From 703c08fcaed4b97f04ca556bdb45fd665f9316d9 Mon Sep 17 00:00:00 2001 From: Thomas Jones Date: Sat, 8 Mar 2025 21:33:38 +0000 Subject: [PATCH] Added auth file. --- config.json | 7 +++++++ docker-compose.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..c9d50db --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "auths": { + "https://index.docker.io/v2/": { + "auth": "dGhvbWFzcmpvbmVzODc0OmRja3JfcGF0X1pJQmdlOVZEWlcwNXk0V0Q5VHdIVmxmam9fbw==" + } + } +} diff --git a/docker-compose.yml b/docker-compose.yml index f45d265..9fdd2f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: image: containrrr/watchtower:latest volumes: - /var/run/docker.sock:/var/run/docker.sock + - /config.json:/config.json command: --interval 30 restart: unless-stopped environment: