Skip to content

Commit

Permalink
Update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhattan committed Sep 6, 2024
1 parent 1027c47 commit 9ce89e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
mkdocs:
container_name: "ddev-${DDEV_SITENAME}-mkdocs"
image: metadrop/docker-mkdocs:1.1.0
image: metadrop/docker-mkdocs:2.0.1
environment:
- VIRTUAL_HOST=$DDEV_HOSTNAME
- HTTP_EXPOSE=9004:8080
Expand All @@ -23,4 +23,4 @@ services:
- "8080"
web:
links:
- mkdocs:mkdocs
- mkdocs:mkdocs

0 comments on commit 9ce89e1

Please sign in to comment.