add note about manually triggering a sync
Gitea/docker-debmirror/pipeline/head This commit looks good Details

This commit is contained in:
dave 2024-02-03 20:33:52 -08:00
parent 6bab95c962
commit 4fbffb3fd7
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ These environment variables configure the mirror and container. Defaults are sho
* `MIRROR_CRON="8 4 * * *"` - cron expression for mirroring job
Run it manually
---------------
```
docker exec -it <container> bash -c "time sudo -Hu aptmirror bash -c '. /tmp/mirror-vars.sh; /usr/local/bin/mirror.sh'"
```
TODO
----