From 2817b5914fe0abb89f9101903f0f215978499098 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Sat, 6 Jan 2024 10:53:56 -0700 Subject: [PATCH] huh turns out docker compose build and docker compose up do different things. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e1a4c..8a6a41d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Because nobody should have to deal with a homemade spreadsheet or a shoebox full 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 build` +5. Run `docker-compose up` ## Additional Docker Instructions