Skip to content

Commit

Permalink
Update docker.compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok authored Sep 25, 2017
1 parent 1d4ad76 commit 2c3a485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbitmq-mongo/docker.compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
ME_CONFIG_MONGODB_SERVER: mongo
ME_CONFIG_BASICAUTH_USERNAME: guest
ME_CONFIG_BASICAUTH_PASSWORD: guest
ports: ["8002:8081"]
ports: ["8081:8081"]
networks: [backing-services]
volumes:
rabbitmq-data: {}
Expand Down

0 comments on commit 2c3a485

Please sign in to comment.