From: Adam Dullage Date: Sun, 10 Jul 2022 19:45:18 +0000 (+0100) Subject: Update docker-compose.yaml X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=53d3d5b96eca788e7d20da8465e121a041b5ba76;p=flatnotes.git Update docker-compose.yaml --- diff --git a/docker-compose.yaml b/docker-compose.yaml index 5697015..71d28a4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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