Update docker-compose.yaml
authorAdam Dullage <redacted>
Sun, 10 Jul 2022 19:45:18 +0000 (20:45 +0100)
committerGitHub <redacted>
Sun, 10 Jul 2022 19:45:18 +0000 (20:45 +0100)
docker-compose.yaml

index 56970151e25f0b3095ae1667225bc1747f877cfc..71d28a4e393a637238272e5c3b047eb936800a93 100644 (file)
@@ -12,7 +12,7 @@ services:
       # FLATNOTES_SESSION_EXPIRY_DAYS: "7"                   # Optional. Defaults to 30.
     volumes:
       - "./data:/data"
-      # - "./index:/data/.flatnotes"                         # Optional.
+      # - "./index:/data/.flatnotes"                         # Optional. Saves rebuilding the search index the next time the container is re-created. 
     ports:
       - "80:80"
     restart: unless-stopped
git clone https://git.99rst.org/PROJECT