Skip to content

Commit

Permalink
bump compose images versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Sep 21, 2021
1 parent fb746e3 commit 5e7de75
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.1.1
image: cogstacksystems/medcat-trainer:v2.1.4
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.1.1
image: cogstacksystems/medcat-trainer-nginx:v2.1.4
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit 5e7de75

Please sign in to comment.