refactor(docker-compose): No needs for FIXME Markdown italics

This commit is contained in:
2023-06-24 23:37:35 +02:00
parent 467e98b01a
commit bb6777f389
3 changed files with 19 additions and 19 deletions

View File

@@ -1,10 +1,10 @@
# _FIXME_
# FIXME
Search and replace all mentions of _FIXME_ with sensible content in this file and in [docker-compose.yml](docker-compose.yml).
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 _FIXME_ capitalization _FIXME_.
Docker Compose files to spin up an instance of Grafana FIXME capitalization FIXME.
# How to run
@@ -64,7 +64,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'
```
_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).
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
```
@@ -80,7 +80,7 @@ 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_
FIXME Add details about files that aren't self-explanatory FIXME
```
build-context/