Skip to content

Commit

Permalink
Merge pull request #1673 from curllog/master
Browse files Browse the repository at this point in the history
Fix docker compose yaml syntax
  • Loading branch information
subzeroid authored Dec 3, 2023
2 parents c9e6ba5 + 50b83a0 commit a8269e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ services:
command: [ "serve", "--dev-addr=0.0.0.0:8000" ]

mike:
<<: *mkdocs
<<: *mount-app-and-user-git-config
<<: [*mkdocs, *mount-app-and-user-git-config]
entrypoint: "mike"

0 comments on commit a8269e9

Please sign in to comment.