Skip to content

Commit

Permalink
update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Mar 17, 2022
1 parent 5a2b089 commit a7e06ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: medcattrainer
hostname: medcat
restart: always
image: cogstacksystems/medcat-trainer:v2.2.4
image: cogstacksystems/medcat-trainer:v2.2.5
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
Expand All @@ -18,7 +18,7 @@ services:
command: /home/run.sh
nginx:
container_name: medcattrainer_nginx
image: cogstacksystems/medcat-trainer-nginx:v2.2.4
image: cogstacksystems/medcat-trainer-nginx:v2.2.5
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit a7e06ec

Please sign in to comment.