deploy:修改Dockerfile

This commit is contained in:
fanxb 2022-07-18 13:31:32 +08:00
parent c930a5bd6d
commit b8e7cdaf5d

View File

@ -36,7 +36,7 @@ version: "3.6"
container_name: openRenamer
image: fleyx/open-renamer
# 当前用户的uid,gid使用root可不配置此项
user: "${1000}:${1000}"
#user: "1000:1000"
environment:
# 指定启动端口
- PORT=11004