修改端口

This commit is contained in:
2026-05-20 11:39:01 +08:00
parent e76bf57d54
commit ccd17903c7
2 changed files with 2 additions and 2 deletions

View File

@@ -49,6 +49,6 @@ RUN mkdir -p /app/resource/log/run \
USER appuser USER appuser
EXPOSE 3001 EXPOSE 3010
CMD ["./main"] CMD ["./main"]

View File

@@ -1,5 +1,5 @@
server: server:
address : ":3001" address : ":3010"
name: "media" name: "media"
workerId: 1 workerId: 1
logPath: "resource/log/server" logPath: "resource/log/server"