Skip to content

Commit

Permalink
use latest released versions of atlas and webapi
Browse files Browse the repository at this point in the history
  • Loading branch information
leeevans authored Feb 8, 2023
1 parent 1f77f69 commit d2029f2
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 @@ -57,8 +57,8 @@ services:
- "6311:6311"

ohdsi-atlas:
image: docker.io/ohdsi/atlas:2.12.0@sha256:96431e12cba41643117a904f14c3c6d50a0af63a9a293ed61cd56d5bcffb723a
container_name: ohdsi-atlas
image: docker.io/ohdsi/atlas:latest
restart: unless-stopped
ipc: none
privileged: false
Expand All @@ -73,7 +73,7 @@ services:

ohdsi-webapi:
container_name: ohdsi-webapi
image: docker.io/ohdsi/webapi:2.12.0@sha256:4d951a05245cedad4d666874fb71f182bd2140aab5ece4f1621d028cf10d0823
image: docker.io/ohdsi/webapi:latest
restart: unless-stopped
ipc: none
read_only: true
Expand Down

0 comments on commit d2029f2

Please sign in to comment.