Skip to content
Snippets Groups Projects
Commit faf7db83 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update to mkdocs 1.5.3 and remove extra modules, since they are now already present in the image

parent f40a9dda
No related branches found
No related tags found
1 merge request!94drupal/documentation/eca#61 Issue #3382965 by Grimreaper, jurgenhaas: Fix role...
......@@ -3,13 +3,12 @@ version: '3.7'
services:
mkdocs:
container_name: mkdocs
image: registry.lakedrops.com/docker/mkdocs:1.5.2.2
image: registry.lakedrops.com/docker/mkdocs:1.5.3
restart: unless-stopped
ports:
- 8999:8000
environment:
LIVE_RELOAD_SUPPORT: 'true'
ADD_MODULES: fontawesome-markdown mkdocs-git-revision-date-localized-plugin mkdocs-material==9.4.1 mkdocs-material[imaging] mkdocs-build-plantuml-plugin mkdocs-new-features-notifier mkdocs-git-authors-plugin markdown-include mkdocs-simple-hooks mkdocs-video tzdata mkdocs-backlinks
FAST_MODE: 'true'
DOCS_DIRECTORY: /mkdocs
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment