Skip to content

Commit

Permalink
fix course mount
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson-lojo committed Jun 12, 2024
1 parent 6cce4aa commit 868ff19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ services:
image: prairielearn/prairielearn:latest
platform: linux/amd64
environment:
HOST_JOBS_DIR: /tmp/directory/for/autograder/jobqueue
HOST_JOBS_DIR: /tmp/dir-for-ag-jobqueue
ports:
- 3000:3000
volumes:
- /tmp/directory/for/autograder/jobqueue:/jobs
- .:/course
- /tmp/dir-for-ag-jobqueue:/jobs
- ..:/course
- /var/run/docker.sock:/var/run/docker.sock
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down

0 comments on commit 868ff19

Please sign in to comment.