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 b637481 commit 438079cCopy full SHA for 438079c
docker-compose.yml
@@ -16,6 +16,7 @@ services:
16
- "/var/run/docker.sock:/var/run/docker.sock"
17
- ".rustwide-docker:/opt/docsrs/rustwide"
18
- "cratesio-index:/opt/docsrs/prefix/crates.io-index"
19
+ - "./static:/opt/docsrs/static:ro"
20
environment:
21
DOCSRS_RUSTWIDE_WORKSPACE: /opt/docsrs/rustwide
22
DOCSRS_DATABASE_URL: postgresql://cratesfyi:password@db
0 commit comments