From 3ef4c0f20da3f2d8f6ab8fa80514abf3fcda18a5 Mon Sep 17 00:00:00 2001 From: Timlukas Bloch <Timi7007@users.noreply.github.com> Date: Thu, 18 May 2023 21:19:14 +0200 Subject: [PATCH] Update README for Docker Compose v2 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 462aae9..c2ae488 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A dockerized version of [hessu's aprsc](http://aprs-is.net/) APRS-IS server. [AP  ## Install - +[Docker and Docker Compose need to be installed.](https://docs.docker.com/engine/install/debian/) ```bash # clone the repo git clone https://github.com/brannondorsey/aprsc-docker @@ -21,10 +21,10 @@ cp aprsc.conf.example aprsc.conf ```bash # run the service in "detach" mode -docker-compose up -d +docker compose up -d # follow the logs -docker-compose logs -f +docker compose logs -f ``` -You should now have an HTTP status server running at <http://localhost:14501>. \ No newline at end of file +You should now have an HTTP status server running at <http://localhost:14501>. -- GitLab