mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2025-10-18 13:51:15 +02:00
Compare commits
2 Commits
563ac37e5e
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
a64b91c8fa | ||
0bc1a955a6 |
@@ -62,10 +62,10 @@ Set the following volumes with the -v tag.
|
|||||||
|
|
||||||
| Volume-Name | Container mount | Description |
|
| Volume-Name | Container mount | Description |
|
||||||
| ----------- | ------------------------- | ------------------------------------------------------------ |
|
| ----------- | ------------------------- | ------------------------------------------------------------ |
|
||||||
| config-file | /wiki/src/config.py | Config file |
|
| config-file | /wiki/config.py | Config file |
|
||||||
| entries | /wiki/src/templates/entry | Directory for wiki entries |
|
| entries | /wiki/templates/entry | Directory for wiki entries |
|
||||||
| css | /wiki/src/static/css | (optional) Directory for css files |
|
| css | /wiki/static/css | (optional) Directory for css files |
|
||||||
| html | /wiki/src/templates | (optional) Directory for templates (entry-volume not needed) |
|
| html | /wiki/templates | (optional) Directory for templates (entry-volume not needed) |
|
||||||
|
|
||||||
#### Ports
|
#### Ports
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Markdown==3.1.1
|
Markdown==3.1.1
|
||||||
WTForms==2.2.1
|
WTForms==2.2.1
|
||||||
Flask==1.1.2
|
Flask==2.3.2
|
||||||
Flask_WTF==0.14.3
|
Flask_WTF==0.14.3
|
||||||
Whoosh==2.7.4
|
Whoosh==2.7.4
|
||||||
|
Reference in New Issue
Block a user