From a135c5ec41e642d87ceb986444181d224e89462b Mon Sep 17 00:00:00 2001 From: Thomas Jones Date: Sat, 7 Jun 2025 22:45:23 +0100 Subject: [PATCH] Removed unsed file. --- config.json | 7 ------- docker-compose.yml | 1 - 2 files changed, 8 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index c9d50db..0000000 --- a/config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "auths": { - "https://index.docker.io/v2/": { - "auth": "dGhvbWFzcmpvbmVzODc0OmRja3JfcGF0X1pJQmdlOVZEWlcwNXk0V0Q5VHdIVmxmam9fbw==" - } - } -} diff --git a/docker-compose.yml b/docker-compose.yml index 1646386..7f03482 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,6 @@ services: image: containrrr/watchtower:latest volumes: - /var/run/docker.sock:/var/run/docker.sock -# - /config.json:/config.json command: --interval 86400 restart: unless-stopped ports: