From d6ecc5fb2d33edb07c29797038800bdc41e0a805 Mon Sep 17 00:00:00 2001 From: Wavering Ana Date: Wed, 29 Jan 2025 19:45:22 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2a6a5c..978321e 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ then check /target/release for the binary named `SimpleGit` ```bash docker build --build-arg API_URL=http://localhost:8080 -t simplelink . docker run -p 8080:8080 \ - -e JWT_SECRET=change-me-in-production \ - -e DATABASE_URL=postgres://user:password@host:port/database \ + -e JWT_SECRET=change-me-in-production \ + -v simplelink_data:/data \ simplelink ``` ### From Docker Compose -Adjust the included docker-compose.yml to your liking, it includes a postgres config as well. +Adjust the included docker-compose.yml to your liking; it includes a postgres config as well.