|
|
|
@ -58,10 +58,11 @@ The `config.py` can be found in the `src` folder.
|
|
|
|
|
|
|
|
|
|
Set the following volumes with the -v tag.
|
|
|
|
|
|
|
|
|
|
| Volume-Name | Container mount | Description |
|
|
|
|
|
| ------------- | --------------------------- | ------------------------------------------------------------ |
|
|
|
|
|
| Volume-Name | Container mount | Description |
|
|
|
|
|
| ------------- | --------------------------- | -------------------------------------------------------- |
|
|
|
|
|
| `config-file` | `/blog/config.py` | Config file |
|
|
|
|
|
| `entries` | `/blog/templates/entry` | Directory for blog entries |
|
|
|
|
|
| `graphics` | `/blog/static/graphics` | Directory for images needed for entries |
|
|
|
|
|
| `css` | `/blog/static/css` | (optional) Directory for css files |
|
|
|
|
|
| `html` | `/blog/templates` | (optional) Directory for templates (entry-volume not needed) |
|
|
|
|
|
|
|
|
|
|