We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84bae9 commit 11e8524Copy full SHA for 11e8524
Dockerfile
@@ -13,5 +13,5 @@ ENV DEFAULTCONFIG=default
13
ENV ROUTE=/
14
15
ENTRYPOINT /app/shell2http -form -no-index -export-vars=CONFDIR,DEFAULTCONFIG -port ${PORT} \
16
- ${ROUTE} 'CONFIG=${v_conf} IP=${v_ip} PORT=${v_port} pac.sh'
+ ${ROUTE} 'CONF=${v_conf} IP=${v_ip} PORT=${v_port} pac.sh'
17
0 commit comments