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 d2d1753 commit d9ebf6dCopy full SHA for d9ebf6d
services/pkg/rsync/Dockerfile
@@ -1,7 +1,7 @@
1
-FROM ghcr.io/void-linux/void-glibc:latest
+FROM ghcr.io/void-linux/void-glibc:latest
2
3
RUN xbps-install -Sy rsync tini snooze findutils && \
4
- mkdir -p /etc/rsyncd.conf.d/ && \
+ mkdir -p /etc/rsyncd.conf.d/ /local/rsync.conf.d/ && \
5
rm -rf /var/cache/xbps
6
7
WORKDIR /srv/rsync
services/pkg/rsync/rsyncd.conf
@@ -2,3 +2,4 @@ log file = /dev/stdout
port = 873
&include /etc/rsyncd.conf.d
+&include /local/rsyncd.conf.d
0 commit comments