Added auth file.

This commit is contained in:
2025-03-08 21:33:38 +00:00
parent f0839742a9
commit 703c08fcae
2 changed files with 8 additions and 0 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"auths": {
"https://index.docker.io/v2/": {
"auth": "dGhvbWFzcmpvbmVzODc0OmRja3JfcGF0X1pJQmdlOVZEWlcwNXk0V0Q5VHdIVmxmam9fbw=="
}
}
}

View File

@@ -5,6 +5,7 @@ services:
image: containrrr/watchtower:latest image: containrrr/watchtower:latest
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /config.json:/config.json
command: --interval 30 command: --interval 30
restart: unless-stopped restart: unless-stopped
environment: environment: