Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Mar 9, 2016
1 parent 09e9a7e commit 99d13c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,17 @@ services:
CONFIG_SERVICE_PASSWORD:
STATISTICS_SERVICE_PASSWORD:
MONGODB_PASSWORD:
image: sqshq/piggymetrics-statistics-mongodb
image: sqshq/piggymetrics-statistics-service
restart: always
logging:
options:
max-size: "10m"
max-file: "10"

statistics-mongodb:
build: mongodb
environment:
MONGODB_PASSWORD:
build: mongodb
image: sqshq/piggymetrics-statistics-mongodb
restart: always
logging:
Expand Down

0 comments on commit 99d13c0

Please sign in to comment.