Skip to content

Commit

Permalink
Merge pull request #410 from tokvv/master
Browse files Browse the repository at this point in the history
 Fixed database path inside container for docker-compose file.
  • Loading branch information
danil-lashin authored Oct 12, 2020
2 parents 37a8fff + 02ded91 commit 89508e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: minterteam/minter:latest
#build: .
volumes:
- minter_data:/minter/data
- minter_data:/minter/.minter
ports:
- "8841:8841"
- "127.0.0.1:3000:3000"
Expand Down

0 comments on commit 89508e2

Please sign in to comment.