Skip to content

Commit 63baa44

Browse files
committed
Remove explicit host address from the service file
1 parent c23e6c9 commit 63baa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbench-relay-server.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ExecStart=/usr/bin/podman run \
2424
--network host \
2525
--volume /srv/RELAY:/srv/RELAY:Z \
2626
quay.io/pbench/file-relay:v0.1.0 \
27-
--server_id RELAY --bind 10.1.170.231:8002 --files-directory /srv/RELAY
27+
--server_id RELAY --bind :8002 --files-directory /srv/RELAY
2828
ExecStop=/usr/bin/podman stop --ignore --cidfile=%t/%n.ctr-id
2929
ExecStopPost=/usr/bin/podman rm -f --ignore --cidfile=%t/%n.ctr-id
3030
Type=notify

0 commit comments

Comments
 (0)