huh turns out docker compose build and docker compose up do different things.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-06 10:53:56 -07:00
parent 8276d8d720
commit 2817b5914f

View File

@@ -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