Skip to content

Commit 7bd5eb7

Browse files
authored
Create docker-run.sh
1 parent 20c94e2 commit 7bd5eb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-run.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
docker run -d \
3+
--name UDPXY \
4+
--network host \
5+
--restart always \
6+
lordpedal/udpxy

0 commit comments

Comments
 (0)