We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc8a0f commit 0d8e177Copy full SHA for 0d8e177
deploy/alpine-mirror/README.md
@@ -3,4 +3,11 @@
3
- Adjust ./synchroniser/crontab for desired schedule of synchronising
4
- Adjust ./synchroniser/mirror.sh for which repos to exclude, etc.
5
- Image has to be re-built whenever crontab or mirror.sh are changed
6
-- Run by `podman compose up` or `docker compose up`
+- 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