Skip to content

Commit 77ba55a

Browse files
committed
chore: use port 80 for dummy-tdx
1 parent d99838a commit 77ba55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdx-dummy/dummy-tdx-dcap.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Wants=network-setup.service
77
Type=exec
88
User=root
99
Group=root
10-
ExecStart=/usr/bin/dummy-tdx-dcap --listen-addr 0.0.0.0:8080
10+
ExecStart=/usr/bin/dummy-tdx-dcap --listen-addr 0.0.0.0:80
1111
Restart=on-failure
1212
RestartSec=10
1313
StandardOutput=journal

0 commit comments

Comments
 (0)