git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
796e634
)
Added Optional Volume Mount
author
Adam Dullage
<redacted>
Tue, 17 Aug 2021 12:26:16 +0000
(13:26 +0100)
committer
Adam Dullage
<redacted>
Tue, 17 Aug 2021 12:26:16 +0000
(13:26 +0100)
docker-compose.yaml
patch
|
blob
|
history
diff --git
a/docker-compose.yaml
b/docker-compose.yaml
index c176655f087e46418c81c3cfb658d0d1e1a9c7bb..0fb62be9e4f2e0bc5120172b947297e74f38c3c5 100644
(file)
--- a/
docker-compose.yaml
+++ b/
docker-compose.yaml
@@
-7,6
+7,7
@@
services:
build: .
volumes:
- "./data:/data"
+ # - "./index:/data/.flatnotes" # Optional
ports:
- "80:80"
restart: unless-stopped
git clone https://git.99rst.org/PROJECT