From 26e982c55eeb8ec45fcb7b7e0ef0899e3a455e81 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 29 Jul 2023 08:38:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20Do?= =?UTF-8?q?cker=20Run=20=D0=B2=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 163dda8..326deae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # PaydayBackend +# Docker +``` +docker run -d -p 82:80 \ +--name PayDayBackend \ +--restart=always \ +-e CONNECTION_STRING='Host=192.168.0.127;Port=5432;Database=backend;Username=prod;Password=' \ +-e S3_ENDPOINT='192.168.0.127:9000' \ +-e S3_ACCESS_KEY='' \ +-e S3_SECRET_KEY='' \ +-e TZ=Europe/Moscow \ +git.zetcraft.ru/payday/paydaybackend:main +``` \ No newline at end of file