Skip to content

Commit

Permalink
Added docker-compose commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Sep 3, 2024
1 parent 5232284 commit 31f0d7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3"
services:
wordnet:
restart: always
hostname: wordnet-container
image: ghcr.io/ualbertaaltlab/wordnet-docker:latest
ports:
- "8101:8000"

0 comments on commit 31f0d7c

Please sign in to comment.