Skip to content

Commit

Permalink
Merge pull request #31 from DenisKusakin/main
Browse files Browse the repository at this point in the history
External ip configuration
  • Loading branch information
mitagmio authored Nov 4, 2023
2 parents 6993627 + 47bcf39 commit c0500eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ton-drive-backend/Dockerfile.ton-storage
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN wget https://ton-blockchain.github.io/global.config.json
RUN chmod +x storage-daemon-cli \
&& chmod +x storage-daemon

CMD ./storage-daemon -v 3 -C global.config.json -I 0.0.0.0:3333 -p 5555 -D storage-db
CMD ./storage-daemon -v 3 -C global.config.json -I 185.35.144.74:3333 -p 5555 -D storage-db

0 comments on commit c0500eb

Please sign in to comment.