docs(docker-compose): Pepper _FIXME_ markers throughout README.md to clean it prior to commit
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# _FIXME_
|
||||
|
||||
Search and replace all mentions of _FIXME_ with sensible content in this file and in [docker-compose.yml](docker-compose.yml).
|
||||
|
||||
# Grafana Docker Compose files
|
||||
|
||||
Docker Compose files to spin up an instance of Grafana.
|
||||
Docker Compose files to spin up an instance of Grafana _FIXME_ capitalization _FIXME_.
|
||||
|
||||
# How to run
|
||||
|
||||
@@ -52,7 +56,7 @@ Create ZFS datasets and set permissions as needed.
|
||||
zfs create -p 'zpool/docker-data/grafana-'"${COMPOSE_CTX}"'/nginx/data/logs'
|
||||
zfs create -p 'zpool/docker-data/grafana-'"${COMPOSE_CTX}"'/nginx/config'
|
||||
```
|
||||
When changing bind mount locations to real ones remember to also update `volumes:` in [docker-compose.yml](docker-compose.yml).
|
||||
_FIXME_ delete when all is done _FIXME_ When changing bind mount locations to real ones remember to also update `volumes:` in [docker-compose.yml](docker-compose.yml).
|
||||
|
||||
* Create subdirs
|
||||
```
|
||||
@@ -68,6 +72,8 @@ Create ZFS datasets and set permissions as needed.
|
||||
|
||||
Place the following files on target server. Use the directory structure at [build-context](build-context) as a guide, specifically at `docker-data`.
|
||||
|
||||
_FIXME_ Add details about files that aren't self-explanatory _FIXME_
|
||||
|
||||
```
|
||||
build-context/
|
||||
├── grafana
|
||||
|
Reference in New Issue
Block a user