Skip to content

Commit

Permalink
mongo container: expose port, to be able to submit to the container e…
Browse files Browse the repository at this point in the history
…xternally
  • Loading branch information
glensc committed Mar 19, 2019
1 parent dfcaf43 commit e099d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
image: percona/percona-server-mongodb:3.6
# (case sensitive) engine: mmapv1, rocksdb, wiredTiger, inMemory
command: --storageEngine=wiredTiger
ports:
- "27017:27017"

volumes:
webroot-share:
Expand Down

0 comments on commit e099d8d

Please sign in to comment.