Skip to content

Commit 07ad068

Browse files
committed
default port to 80 in service
1 parent e042b1b commit 07ad068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
[Service]
321321
Type=simple
322322
WorkingDirectory=/root
323-
ExecStart=/root/server
323+
ExecStart=/root/server --web-port 80
324324
Restart=always
325325
RestartSec=10
326326

0 commit comments

Comments
 (0)