From 418e468f14c54fe3649ee0a5fa7dc14689d33ad0 Mon Sep 17 00:00:00 2001 From: Hargata Softworks <155338622+hargata@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:42:52 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0856ce5..e28f633 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,17 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full - CsvHelper - Chart.js -## Docker Setup (Recommended) +## Docker Setup (GHCR) +1. Install Docker +2. Run `docker pull ghcr.io/hargata/lubelogger:latest` +3. CHECK culture in .env file, default is en_US, this will change the currency and date formats. +4. If not using traefik, use docker-compose-notraefik.yml +5. Run `docker-compose up` + +## Docker Setup (Manual Build) 1. Install Docker 2. Clone this repo -3. CHECK culture in Dockerfile, default is en_US +3. CHECK culture in .env file, default is en_US 4. Run `docker build -t lubelogger -f Dockerfile .` 5. CHECK docker-compose.yml and make sure the mounting directories look correct. 6. If not using traefik, use docker-compose-notraefik.yml