更新readme和Dockerfile

This commit is contained in:
2025-07-30 14:17:35 +08:00
parent 7e62af1058
commit 80722a2d01
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ services:
image: document-server:1.0
container_name: document-server
environment:
- DISABLE_IPV6=true
- CUSTOM_PORT=3000
- CUSTOM_HTTPS_PORT=3001
- DOCUMENT_SERVER_PORT=9004

View File

@@ -24,6 +24,7 @@ ENV PGID=1000
ENV TZ=Asia/Shanghai
ENV LC_ALL=zh_CN.UTF-8
ENV TITLE="Libre Office"
ENV DISABLE_IPV6=true
ENV CUSTOM_PORT=3000
ENV CUSTOM_HTTPS_PORT1=3001