添加功能

This commit is contained in:
3343780376 2022-11-26 11:24:09 +08:00
parent 574af48f78
commit c3f1220ad8
2 changed files with 3 additions and 3 deletions

View File

@ -44,10 +44,10 @@ RUN set -x \
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
RUN ls /ql
RUN chmod -R 777 ./qinglong-go
EXPOSE 8080
VOLUME ${QL_DIR}/data
CMD cd ${QL_DIR} && ./qinglong-go
ENTRYPOINT ["./qinglong-go"]

View File

@ -12,5 +12,5 @@ services:
- ./data:/ql/data
# 映射端口
ports:
- 8080:8080
- 8378:8080
restart: unless-stopped