mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
alter docker-compose file to use 29019 for mongo
This commit is contained in:
parent
67e644aab0
commit
c2185c22c7
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@ services:
|
||||||
container_name: db_mongo
|
container_name: db_mongo
|
||||||
image: mongo:3.2
|
image: mongo:3.2
|
||||||
ports:
|
ports:
|
||||||
- 29019:27017
|
- 29019:29019
|
||||||
command: mongod --smallfiles
|
command: mongod --smallfiles --port 29019
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/volumes/db_mongo:/data/db
|
- ./docker/volumes/db_mongo:/data/db
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue