-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update docker-compose.yml (#2553)
- Loading branch information
1 parent
b733937
commit fff5728
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
version: '2' | ||
services: | ||
web: | ||
# alpine 基础镜像版本 | ||
image: whyour/qinglong:latest | ||
# debian-slim 基础镜像版本 | ||
# image: whyour/qinglong:debian | ||
image: whyour/qinglong:latest # 基于 Debian 的版本:whyour/qinglong:debian | ||
volumes: | ||
- ./data:/ql/data | ||
ports: | ||
- "0.0.0.0:5700:5700" | ||
- "5700:5700" | ||
environment: | ||
# 部署路径非必须,以斜杠开头和结尾,比如 /test/ | ||
QlBaseUrl: '/' | ||
QlBaseUrl: '/' # 部署路径非必须,以斜杠开头和结尾,比如 /test/ | ||
restart: unless-stopped |