Updated readme and spacing for columns on gas table.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-06 12:23:16 -07:00
parent 05f89073cd
commit 6b4bbd8410
2 changed files with 11 additions and 11 deletions

View File

@@ -16,11 +16,11 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full
## Docker Setup (Recommended)
1. Install Docker
2. Clone this repo
2.5 CHECK culture in Dockerfile, default is en_US
3. Run `docker build -t lubelogger -f Dockerfile .`
4. CHECK docker-compose.yml and make sure the mounting directories look correct.
5. If not using traefik, use docker-compose-notraefik.yml
5. Run `docker-compose up`
3. CHECK culture in Dockerfile, 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
7. Run `docker-compose up`
## Additional Docker Instructions