From 6e6596985ee4abffa503977993901a94573f78b1 Mon Sep 17 00:00:00 2001 From: Justin Partain Date: Fri, 31 Jul 2020 00:53:47 -0500 Subject: [PATCH] Updated Spacing --- init/synology-docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/init/synology-docker-compose/README.md b/init/synology-docker-compose/README.md index 6b6253ed..d8e0aedc 100644 --- a/init/synology-docker-compose/README.md +++ b/init/synology-docker-compose/README.md @@ -3,6 +3,7 @@ This folder is an example `docker-compose.yml` file and a `.env` file for using docker through a Synology Server. ## Directions + First, create the directories where you want the containers to save everything. I use the same base directory for them, like: `/volume1/Docker/grafana`, then inside the `./grafana` directory: `./grafana` and `./influxdb`. Its best to use the command line over SSH to create these directories, AFTER you have the primary shared directory already created. (`Control Panel -> Shared Folder -> Create`) `sudo mkdir -p /volume[#]/[Shared Directory]/Grafana/{grafana,influxdb}`