[MISC] Remove unused mongo docker-compose file. (#599)

pull/605/head
Clément Michaud 2020-02-01 12:19:26 +01:00 committed by GitHub
parent 426b29c382
commit e303ae0083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
version: '3'
services:
mongo:
image: mongo:3.4
command: mongod --auth
environment:
- MONGO_INITDB_ROOT_USERNAME=authelia
- MONGO_INITDB_ROOT_PASSWORD=authelia
ports:
- '27017:27017'
networks:
- authelianet