Skip to content

Commit

Permalink
Merge pull request #1 from Metadrop/update-docker-image
Browse files Browse the repository at this point in the history
Update to 2.0.1
  • Loading branch information
jonhattan authored Sep 9, 2024
2 parents 1027c47 + 9ce89e1 commit bc9b467
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 bc9b467

Please sign in to comment.