Skip to content

Commit

Permalink
Fix secret-tech#87: Run docker on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Marunin committed Feb 22, 2018
1 parent 9ef8756 commit ca8fb58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
mongo:
image: jincort/backend-mongodb:production
volumes:
- ./storage/mongodb:/data/db
- mongodata:/data/db
networks:
default:
ipv4_address: 10.100.0.7
Expand All @@ -92,4 +92,7 @@ networks:
ipam:
config:
- subnet: 10.100.0.0/16
gateway: 10.100.0.1
gateway: 10.100.0.1

volumes:
mongodata:

0 comments on commit ca8fb58

Please sign in to comment.