mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
chore: Update docker-compose.yml (#2553)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user