1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-01 15:07:46 +02:00

readme: fixed typo

This commit is contained in:
tiyn 2022-07-30 23:57:15 +02:00
parent 93767e6c8b
commit 472d8c74c6

View File

@ -60,10 +60,10 @@ Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description |
| ------------- | --------------------------- | ------------------------------------------------------------ |
| `config-file` | `/blog/src/config.py` | Config file |
| `entries` | `/blog/src/templates/entry` | Directory for blog entries |
| `css` | `/blog/src/static/css` | (optional) Directory for css files |
| `html` | `/blog/src/templates` | (optional) Directory for templates (entry-volume not needed) |
| `config-file` | `/blog/config.py` | Config file |
| `entries` | `/blog/templates/entry` | Directory for blog entries |
| `css` | `/blog/static/css` | (optional) Directory for css files |
| `html` | `/blog/templates` | (optional) Directory for templates (entry-volume not needed) |
#### Ports