mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 14:56:36 +00:00
docs(readme): add docker compose command for Chinese users
This commit is contained in:
parent
ae2d4c6482
commit
da45b2c76a
@ -103,6 +103,12 @@ Once the environment variables are configured, start the application using Docke
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
For Chinese users:
|
||||
|
||||
```sh
|
||||
docker compose -f compose.cn.yml up -d --build
|
||||
```
|
||||
|
||||
#### Step 5: Access the Application
|
||||
|
||||
The application should now be running. You can access it at:
|
||||
|
Loading…
Reference in New Issue
Block a user