From c360897422c6cf483af59b090d2c6e1e1c9507e7 Mon Sep 17 00:00:00 2001 From: Frosty2500 <125310380+Frosty2500@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:39:53 +0100 Subject: [PATCH] server/README.md: change `docker-compose` description (#335) --------- Co-authored-by: s-heppner --- server/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/server/README.md b/server/README.md index 23b0b817..b0e6b80d 100644 --- a/server/README.md +++ b/server/README.md @@ -61,17 +61,12 @@ $ docker run -p 8080:80 -v ./storage2:/storage2 -e API_BASE_PATH=/api/v3.1 -e ST ## Building and running the image with docker-compose -The container image can also be built via: +The container image can also be built and run via: ``` -$ docker-compose build +$ docker compose up ``` -And then run using: -``` -$ docker-compose up -``` - -This is the exemplary `docker-compose` file of this repository: +This is the exemplary `docker-compose` file for the server: ````yaml services: app: