This commit is contained in:
Cryptoval2 2025-01-13 23:14:16 +00:00
parent e337d3c17b
commit a4bfdef878
3 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
DOCKER_SERVICES_DIR=/works/docker

View File

@ -1 +0,0 @@
DOCKER_SERVICES_DIR=/works/docker

View File

@ -42,7 +42,7 @@ sudo systemctl restart docker
``` ```
### Make sure the syncing script is set in crontab ### Make sure the syncing script is set in crontab
``` ```
---------- docker registry sync # ---------- docker registry sync
0 * * * * /home/oleg/prod/run/sync_docker_registry.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /opt/logs/$(date +\%Y\%m\%d).docker_reg_sync.log 0 * * * * /home/oleg/prod/run/sync_docker_registry.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /opt/logs/$(date +\%Y\%m\%d).docker_reg_sync.log
``` ```