docs(docker-compose): More _FIXME_ markers

This commit is contained in:
2023-06-25 00:14:02 +02:00
parent 40ab99bf87
commit 96cce1634b
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,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 When changing bind mount locations to real ones remember to also update `volumes:` in [docker-compose.yml](docker-compose.yml) FIXME
* Create subdirs
```