We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1027c47 commit 9ce89e1Copy full SHA for 9ce89e1
docker-compose.mkdocs.yaml
@@ -2,7 +2,7 @@
2
services:
3
mkdocs:
4
container_name: "ddev-${DDEV_SITENAME}-mkdocs"
5
- image: metadrop/docker-mkdocs:1.1.0
+ image: metadrop/docker-mkdocs:2.0.1
6
environment:
7
- VIRTUAL_HOST=$DDEV_HOSTNAME
8
- HTTP_EXPOSE=9004:8080
@@ -23,4 +23,4 @@ services:
23
- "8080"
24
web:
25
links:
26
- - mkdocs:mkdocs
+ - mkdocs:mkdocs
0 commit comments