Skip to content

Commit 411c00f

Browse files
committed
Fix rsync/https URI
1 parent 774b67a commit 411c00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44
DATA="${DATA:-/data}"
55
SOURCE_DIR="${SOURCE_DIR:-$DATA/source}"
66
TARGET_DIR="${TARGET_DIR:-$DATA/target}"
7-
RSYNC_URI="${RSYNC_URI:-$DATA/rsync}"
8-
HTTPS_URI="${HTTPS_URI:-$DATA/https}"
7+
RSYNC_URI="${RSYNC_URI:-rsync://example.org/test/}"
8+
HTTPS_URI="${HTTPS_URI:-https://example.org/}"
99

1010
exec /usr/local/bin/rrdpit \
1111
-v \

0 commit comments

Comments
 (0)