We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4c9e72 + b9823af commit a4b61b7Copy full SHA for a4b61b7
1 file changed
root/usr/bin/tangd-entrypoint
@@ -3,6 +3,6 @@ set -e
3
4
TANG_LISTEN_PORT=${TANG_LISTEN_PORT:-80}
5
6
-mkdir -p /var/db/tang /var/cache/tang
+mkdir -p /var/db/tang
7
8
-socat tcp-l:$TANG_LISTEN_PORT,reuseaddr,fork exec:"/usr/libexec/tangd /var/cache/tang"
+socat tcp-l:$TANG_LISTEN_PORT,reuseaddr,fork exec:"/usr/libexec/tangd /var/db/tang"
0 commit comments