doc: update docker compose example

This commit is contained in:
gazenw
2024-05-21 14:44:59 +07:00
committed by GitHub
parent c0242bd555
commit 50ae103502

View File

@@ -115,7 +115,7 @@ services:
- 8080:8080 # Expose HTTP server port to host
volumes:
- "./config.yaml:/app/config.yaml" # mount config.yaml file to the container as "/app/config.yaml"
command: ["/app/main", "run", "--runes"] # Put module flags after "run" commands to select which modules to run.
command: ["/app/main", "run", "--modules", "runes"] # Put module flags after "run" commands to select which modules to run.
```
### Install from source