Skip to content

Commit

Permalink
Don't hard code host in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 19, 2022
1 parent 4691141 commit ac0d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ WORKDIR /root/
ADD aliyundrive-webdav-$TARGETARCH$TARGETVARIANT /usr/bin/aliyundrive-webdav

ENTRYPOINT ["/sbin/tini", "--"]
CMD ["/usr/bin/aliyundrive-webdav", "--host", "0.0.0.0", "--auto-index", "--workdir", "/etc/aliyundrive-webdav"]
CMD ["/usr/bin/aliyundrive-webdav", "--auto-index", "--workdir", "/etc/aliyundrive-webdav"]

0 comments on commit ac0d624

Please sign in to comment.