Skip to content

Commit 20c94e2

Browse files
authored
Create docker-compose.yml
1 parent ae80833 commit 20c94e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: "2"
2+
services:
3+
udpxy:
4+
image: lordpedal/udpxy
5+
container_name: UDPXY
6+
network_mode: host
7+
restart: always

0 commit comments

Comments
 (0)