Skip to content

Commit

Permalink
Try mounting host /dev/shm into iRODS containers
Browse files Browse the repository at this point in the history
This is an attempt to work around #271
  • Loading branch information
kjsanger authored Mar 5, 2024
1 parent 651d1ae commit fd8342f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
ports:
- "1247:1247"
- "20000-20199:20000-20199"
volumes:
- /dev/shm:/dev/shm
options: >-
--health-cmd "nc -z -v localhost 1247"
--health-start-period 30s
Expand Down

0 comments on commit fd8342f

Please sign in to comment.