We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21d197 commit ccd7b9aCopy full SHA for ccd7b9a
Dockerfile
@@ -1,8 +1,8 @@
1
FROM v2fly/v2fly-core:latest
2
3
-ADD configure.sh /configure.sh
4
-RUN chmod +x /configure.sh
+ADD startup.sh /startup.sh
+RUN chmod +x /startup.sh
5
6
-CMD /configure.sh
+CMD /startup.sh
7
8
configure.sh startup.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
cat << EOF > /etc/v2ray/config.json
{
"inbounds": [
0 commit comments