File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 33# Navigate to http://localhost/docs/
44services :
55 docs :
6- build :
7- args :
8- - BOT_PAT
96 image : datajoint/datajoint-docs
107 environment :
118 - MODE
129 volumes :
1310 - .:/main
1411 ports :
15- - 80:80
12+ - 8000:8000
1613 command :
1714 - sh
1815 - -c
1916 - |
2017 set -e
2118 if echo "$${MODE}" | grep -i live &>/dev/null; then
22- mkdocs serve --config-file ./mkdocs.yaml
19+ mkdocs serve --config-file ./mkdocs.yaml -a 0.0.0.0:8000
2320 elif echo "$${MODE}" | grep -i build &>/dev/null; then
2421 mkdocs build --config-file ./mkdocs.yaml
2522 else
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ extra:
131131 - icon : fontawesome/brands/python
132132 link : https://pypi.org/user/datajointbot
133133 name : PyPI
134- TODO : - icon: fontawesome/brands/stack-overflow
134+ - icon : fontawesome/brands/stack-overflow
135135 link : https://stackoverflow.com/questions/tagged/datajoint
136136 name : StackOverflow
137137 - icon : fontawesome/brands/youtube
You can’t perform that action at this time.
0 commit comments