Skip to content

Commit af622a9

Browse files
committed
Add docker compose file
1 parent e22a435 commit af622a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

compose.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: '3'
2+
3+
services:
4+
app:
5+
build:
6+
context: .
7+
pull: true
8+
image: docker.io/sharkrf/spk-srv
9+
ports:
10+
- 65200:65200/udp
11+
command:
12+
- -s

0 commit comments

Comments
 (0)