Skip to content

Commit

Permalink
Fixed docker image version to keep an stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Sep 6, 2024
1 parent 2301553 commit f68cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
image: metadrop/docker-mkdocs:1.1.0
environment:
- VIRTUAL_HOST=$DDEV_HOSTNAME
- HTTP_EXPOSE=9004:8080
Expand Down

0 comments on commit f68cdd8

Please sign in to comment.