Skip to content

Commit 0d8e177

Browse files
author
dysen
committed
Added docs about manually triggering alpine mirro syncs
1 parent cfc8a0f commit 0d8e177

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

deploy/alpine-mirror/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@
33
- Adjust ./synchroniser/crontab for desired schedule of synchronising
44
- Adjust ./synchroniser/mirror.sh for which repos to exclude, etc.
55
- Image has to be re-built whenever crontab or mirror.sh are changed
6-
- Run by `podman compose up` or `docker compose up`
6+
- Run by `podman compose up` or `docker compose up`
7+
8+
# Notes
9+
10+
- [Alpine Wiki - How to setup a Mirror](https://wiki.alpinelinux.org/wiki/How_to_setup_a_Alpine_Linux_mirror)
11+
- You can trigger the syncs manually via
12+
- Podman - `podman exec -it alpine-mirror-sync /app/mirror.sh`
13+
- Docker - `docker exec -it alpine-mirror-sync /app/mirror.sh`

0 commit comments

Comments
 (0)