Skip to content

Commit 94ae9ad

Browse files
committedDec 8, 2024
update port
1 parent 2eaaf38 commit 94ae9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/srv.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
User=ubuntu
8787
Group=ubuntu
8888
89-
ExecStart=/usr/local/bin/app -host 127.0.0.1 -port 8080
89+
ExecStart=/usr/local/bin/app -host 0.0.0.0 -port 8080
9090
WorkingDirectory=/usr/local/bin/
9191
9292
Environment=DATABASE_URL=${{ secrets.DATABASE_URL }}

0 commit comments

Comments
 (0)
Please sign in to comment.