Skip to content

Commit

Permalink
Use logical name in resources definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonseymour committed Jul 29, 2015
1 parent ca4e122 commit 0b98ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spheremysql:
ports:
- "3306:3306"
volumes:
- /mnt/sda1/var/lib/sphere-stack/mysql:/var/lib/mysql
- /var/lib/sphere-stack/mysql:/var/lib/mysql
environment:
- MYSQL_USER="ninja"
- MYSQL_PASS="ninja"
Expand All @@ -25,7 +25,7 @@ spherecouch:
ports:
- "5984:5984"
volumes:
- /mnt/sda1/var/lib/sphere-stack/couchdb:/usr/local/var/lib/couchdb
- /var/lib/sphere-stack/couchdb:/usr/local/var/lib/couchdb
expose:
- "5984"

Expand All @@ -36,7 +36,7 @@ sphererabbit:
environment:
- RABBITMQ_PASS=ofjoHyibkaibHiammagsenun
volumes:
- /mnt/sda1/var/lib/sphere-stack/rabbitmq:/var/lib/rabbitmq
- /var/lib/sphere-stack/rabbitmq:/var/lib/rabbitmq
ports:
- "1883:1883"
- "5672:5672"
Expand Down

0 comments on commit 0b98ee3

Please sign in to comment.