Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Dec 17, 2019
1 parent f86b539 commit d0a2f73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions syslog/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ services:
#
sleep infinity
monogodb:
mongodb:
image: mongo:4.2.2
container_name: syslog_mongodb
hostname: monogodb
hostname: mongodb
ports:
- "27017:27017"
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: example
# environment:
# MONGO_INITDB_ROOT_USERNAME: root
# MONGO_INITDB_ROOT_PASSWORD: example

neo4j:
image: neo4j:3.5-enterprise
Expand Down

0 comments on commit d0a2f73

Please sign in to comment.