We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbefb19 commit a63cee3Copy full SHA for a63cee3
docker-compose.yml
@@ -12,7 +12,8 @@ services:
12
volumes:
13
- ./config:/app/config
14
- ${SRC_VOLUME_PATH:-}:/metacpan-grep-front-end
15
- - ${CPAN_VOLUME_PATH}:/metacpan-cpan-extracted
+ # mount the cpan repo as read-only to mimic production
16
+ - ${CPAN_VOLUME_PATH}:/metacpan-cpan-extracted:ro
17
ports:
18
- "${HOST_PORT:-8088}:3000"
19
container_name: grep-container
0 commit comments