Skip to content

Commit

Permalink
Merge pull request #43 from IM2Neuroing/updateDocker
Browse files Browse the repository at this point in the history
update docker image
  • Loading branch information
stawiskm authored Aug 5, 2024
2 parents b715a55 + 57658c6 commit 94e629a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ data/*
# Ignore files within logs directory
logs/*
!logs/.gitkeep
DMS/Patients
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
redcap2sqlite:
image: ghcr.io/im2neuroing/redcap2sqlite:1.1
image: ghcr.io/im2neuroing/redcap2sqlite:main
volumes:
# folders to mount
- ./DMS/:/app/DMS/
Expand Down

0 comments on commit 94e629a

Please sign in to comment.