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 - - "::" + - '::' ```