summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar 0hlov3 <0hlov3@protonmail.com>2022-03-01 14:17:36 +0100
committerLibravatar GitHub <noreply@github.com>2022-03-01 14:17:36 +0100
commit100f1280a6863fc090e323c11abc40dfdea34078 (patch)
tree58420664dd1874716d2bd67873b0832f1ca9207a /.gitignore
parent[packaging] bump to builder 0.0.3 (#418) (diff)
downloadgotosocial-100f1280a6863fc090e323c11abc40dfdea34078.tar.xz
[documentation] Creates Docker documentation and docker-compose.yaml (#416)
* exludes docker-volume from exemple/docker-compose * Adds an docker-compose.yaml example and adds some readme to the docker.md * Changes Docker-Compose Example * Configures docker-compose.yaml and docker.md * Adds some cosmetics to the Documentation * Adds UserID:GroupID * Describes how to create a new user
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 536dc0c00..0ccc883b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@ dist/
# exclude the copy of swagger.yaml moved into assets during packaging
web/assets/swagger.yaml
+
+# exludes docker-volume from exemple/docker-compose
+example/docker-compose/docker-volume \ No newline at end of file