Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: niliovo <[email protected]>
  • Loading branch information
niliovo committed Dec 29, 2024
1 parent 46b3c4d commit daef289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ EOF
EXPOSE 5006

RUN chmod +x entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["bash", "/home/node/siteproxy/entrypoint.sh"]
2 changes: 0 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
restart: always
ports:
- 5006:5006
volumes:
- /CHANGE_PATH/siteproxy:/home/node/siteproxy
environment:
TZ: "Asia/Shanghai"
PROXY_URL: "http://localhost:5006"
Expand Down

0 comments on commit daef289

Please sign in to comment.