Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Change mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent 10c61a8 commit a8ddeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
COPY sshd_config /etc/ssh/sshd_config

VOLUME /run/privateer
VOLUME /privateer
VOLUME /privateer/volumes
EXPOSE 22

ENTRYPOINT ["/usr/sbin/sshd", "-D", "-E", "/dev/stderr"]

0 comments on commit a8ddeb0

Please sign in to comment.