Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mitagmio committed Nov 11, 2023
1 parent 7406cca commit 4a6a9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ton-drive-backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "5555:5555"
volumes:
- .docker-volumes/ton-storage/:/usr/ton-storage/storage-db/:rw
- .docker-volumes/upload:/usr/src/app/.upload/:ro
- .docker-volumes/upload:/usr/src/app/ton-drive-backend/.upload/:ro
networks:
- web

Expand All @@ -17,7 +17,7 @@ services:
restart: always
volumes:
- .docker-volumes/ton-storage/:/usr/ton-storage/storage-db/:ro
- .docker-volumes/upload/:/usr/src/app/.upload/:rw
- .docker-volumes/upload/:/usr/src/app/ton-drive-backend/.upload/:rw
environment:
TON_STORAGE_HOST: storage
STORAGE_CLI_EXEC_PATH: ./storage-daemon-cli
Expand Down

0 comments on commit 4a6a9bc

Please sign in to comment.