Skip to content

Commit

Permalink
server/README.md: change docker-compose description (#335)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: s-heppner <[email protected]>
  • Loading branch information
Frosty2500 and s-heppner authored Nov 18, 2024
1 parent b7e5921 commit c360897
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c360897

Please sign in to comment.