Skip to content

Commit

Permalink
docs: fix compose link
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 20, 2025
1 parent 957d40b commit 6c221a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main/player_guides/install_on_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Or, if you want to use a Windows container, run the following command:
docker run -d -it -e EULA=TRUE -p 19132:19132/udp -v levilamina-server-data:C:\data ghcr.io/liteldev/levilamina-server:latest-windows
```

We also provide Docker Compose files for both Linux and Windows containers at [wine/compose.yaml](wine/compose.yaml) and [windows/compose.yaml](windows/compose.yaml) respectively. To use them, download the file to an empty directory and run `docker compose up -d`.
We also provide Docker Compose files for both Linux and Windows containers at [wine/compose.yaml](https://github.com/LiteLDev/docker-levilamina-server/blob/main/wine/compose.yaml) and [windows/compose.yaml](https://github.com/LiteLDev/docker-levilamina-server/blob/main/windows/compose.yaml) respectively. To use them, download the file to an empty directory and run `docker compose up -d`.

### Environment variables

Expand Down
2 changes: 1 addition & 1 deletion docs/main/player_guides/install_on_docker.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker run -d -it -e EULA=TRUE -p 19132:19132/udp -v levilamina-server-data:C:\d
docker run -d -it -e EULA=TRUE -e GITHUB_MIRROR_URL=https://github.bibk.top -e GO_MODULE_PROXY_URL=https://goproxy.cn -p 19132:19132/udp -v levilamina-server-data:C:\data ghcr.nju.edu.cn/liteldev/levilamina-server:latest-windows
```

我们还提供了适用于 Linux 和 Windows 容器的 Docker Compose 文件,分别位于 [wine/compose.yaml](wine/compose.yaml)[windows/compose.yaml](windows/compose.yaml)
我们还提供了适用于 Linux 和 Windows 容器的 Docker Compose 文件,分别位于 [wine/compose.yaml](https://github.com/LiteLDev/docker-levilamina-server/blob/main/wine/compose.yaml)[windows/compose.yaml](https://github.com/LiteLDev/docker-levilamina-server/blob/main/windows/compose.yaml)
要使用它们,请将文件下载到一个空目录并运行 `docker compose up -d`

### 环境变量
Expand Down

0 comments on commit 6c221a6

Please sign in to comment.