Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/README.md: change docker-compose description #335

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading