Update openaoe.md

pull/605/head
fly2tomato 2024-01-17 19:29:43 +08:00 committed by GitHub
parent 9b667b7d08
commit a928d29866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ docker build . -f docker/Dockerfile -t openaoe:latest
#### **Start** #### **Start**
```shell ```shell
docker run -p 10099:10099 -v /path/to/your/config-template.yaml:/app/config.yaml --name OpenAOE openaoe:latest docker run -p 10099:10099 -v /path/to/your/config-template.yaml:/app/config.yaml --name OpenAOE opensealion/openaoe:latest
``` ```
### Run by source code ### Run by source code