We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5232284 commit 31f0d7cCopy full SHA for 31f0d7c
docker-compose.yml
@@ -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