Skip to content

Commit

Permalink
Remove docker-compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken authored and jlubken committed Jun 5, 2020
1 parent 62bbc1c commit 65fadcb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
version: "3.8"

configs:
freetds:
file: freetds.conf
localtime:
file: localtime
timezone:
file: timezone

volumes:
mssql-data:
mongo-data:
Expand All @@ -16,11 +8,6 @@ volumes:
services:
mongo:
command: [--noauth, --smallfiles, --quiet]
configs:
- source: localtime
target: /etc/localtime
- source: timezone
target: /etc/timezone
expose:
- "27017"
image: mongo:4.0.18-xenial
Expand Down

0 comments on commit 65fadcb

Please sign in to comment.