Skip to content

Commit 31f0d7c

Browse files
committed
Added docker-compose commands
1 parent 5232284 commit 31f0d7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: "3"
2+
services:
3+
wordnet:
4+
restart: always
5+
hostname: wordnet-container
6+
image: ghcr.io/ualbertaaltlab/wordnet-docker:latest
7+
ports:
8+
- "8101:8000"

0 commit comments

Comments
 (0)