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