From c3cb056c708406b423bf6695d8929e3d90074576 Mon Sep 17 00:00:00 2001 From: Daniel31x13 Date: Tue, 19 Jul 2022 06:56:28 -0400 Subject: [PATCH] Used port 5500 for api, small change to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da7a0e5..64de24d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The objective is to have a self-hosted place to keep useful links in one place, 4. [Optional] If you want to use this app across the network change `REACT_APP_API_HOST` in docker-compose.yml with the computer IP and API port. -3. head to the main folder and run `docker compose up -d`. +3. **This project is using `docker compose V2`** so head to the main folder and run `docker compose up -d`. ### Manual Setup