添加功能
This commit is contained in:
parent
574af48f78
commit
c3f1220ad8
|
@ -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"]
|
|
@ -12,5 +12,5 @@ services:
|
|||
- ./data:/ql/data
|
||||
# 映射端口
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8378:8080
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue