FileCodeBox icon indicating copy to clipboard operation
FileCodeBox copied to clipboard

如何修改端口

Open telnetpig opened this issue 1 year ago • 1 comments

docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest 冒号前后的两个12345都表示访问端口吗? 如果要修改为通过6000端口访问,是否是修改为-p 6000:6000

telnetpig avatar Aug 29 '24 15:08 telnetpig