Skip to content

Commit

Permalink
fix: sleep some time to prevent problems with marzneshin not detectin…
Browse files Browse the repository at this point in the history
…g the restart
  • Loading branch information
khodedawsh committed Aug 1, 2024
1 parent 18137d5 commit f8280e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
image: dawsh/marznode:latest
restart: always
network_mode: host
command: [ "sh", "-c", "sleep 10 && python3 marznode.py" ]

environment:
XRAY_EXECUTABLE_PATH: "/usr/local/bin/xray"
Expand Down

0 comments on commit f8280e9

Please sign in to comment.