We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774b67a commit 411c00fCopy full SHA for 411c00f
docker/entrypoint.sh
@@ -4,8 +4,8 @@ set -e
4
DATA="${DATA:-/data}"
5
SOURCE_DIR="${SOURCE_DIR:-$DATA/source}"
6
TARGET_DIR="${TARGET_DIR:-$DATA/target}"
7
-RSYNC_URI="${RSYNC_URI:-$DATA/rsync}"
8
-HTTPS_URI="${HTTPS_URI:-$DATA/https}"
+RSYNC_URI="${RSYNC_URI:-rsync://example.org/test/}"
+HTTPS_URI="${HTTPS_URI:-https://example.org/}"
9
10
exec /usr/local/bin/rrdpit \
11
-v \
0 commit comments