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: