Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis authored Feb 28, 2023
1 parent db0dfb0 commit 5355a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.4'

services:
medcattrainer:
image: cogstacksystems/medcat-trainer:v2.5.5
image: cogstacksystems/medcat-trainer:v2.5.6
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -15,11 +15,11 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.5.5
- MCT_VERSION=v2.5.6
command: /home/run.sh

nginx:
image: cogstacksystems/medcat-trainer-nginx:v2.5.5
image: cogstacksystems/medcat-trainer-nginx:v2.5.6
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit 5355a6b

Please sign in to comment.