We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaaf38 commit 94ae9adCopy full SHA for 94ae9ad
.github/workflows/srv.yml
@@ -86,7 +86,7 @@ jobs:
86
User=ubuntu
87
Group=ubuntu
88
89
- ExecStart=/usr/local/bin/app -host 127.0.0.1 -port 8080
+ ExecStart=/usr/local/bin/app -host 0.0.0.0 -port 8080
90
WorkingDirectory=/usr/local/bin/
91
92
Environment=DATABASE_URL=${{ secrets.DATABASE_URL }}
0 commit comments