sftp access

This commit is contained in:
2024-12-13 11:34:16 +01:00
parent a1a52d3f89
commit 435f2ca6a2
7 changed files with 47 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ RUN \
COPY rootfs /
VOLUME [ "/www", "/ssh" ]
VOLUME [ "/data/www", "/ssh" ]
ENV \
USERNAME=theuser \