From 3361acdef30a8c50d6e2d29e334e0fe631f88965 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Wed, 20 Sep 2023 13:59:14 +1000 Subject: [PATCH] fix: test --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ffb0d65..fd1d92483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +TEST +

Documenso Logo @@ -20,7 +22,7 @@

- Join Documenso on Discord + Join Documenso on Discord Github Stars License Commits-per-month @@ -227,11 +229,12 @@ docker run -d --restart=unless-stopped -p 3000:3000 -v documenso:/app/data --nam ``` Command Breakdown: + - `-d` - Let's you run the container in background - `-p` - Passes down which ports to use. First half is the host port, Second half is the app port. You can change the first half anything you want and reverse proxy to that port. - `-v` - Volume let's you persist the data - `--name` - Name of the container -- `documenso:latest` - Image you have built +- `documenso:latest` - Image you have built # Deployment @@ -277,5 +280,5 @@ containers: - start - -- - -H - - "::" + - '::' ```