Skip to content

Commit c88077d

Browse files
committed
Add docker-compose.yml
1 parent 3c4e2fc commit c88077d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '2'
2+
3+
services:
4+
simple_tensorflow_serving:
5+
restart: always
6+
image: tobegit3hub/simple_tensorflow_serving
7+
ports:
8+
- "8500:8500"
9+

0 commit comments

Comments
 (0)