Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More differentiation for mariadb container, hope to smooth Jenkins ru…
…nthrough
  • Loading branch information
Jim Van Fleet committed Sep 14, 2016
1 parent 4b43c3a commit 7be79fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/compose.sh
@@ -1,4 +1,7 @@
#!/bin/bash

echo "Composing"
docker rm mariadb
docker rm grouper_mariadb
docker rm grouper
docker-compose up -d
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -2,8 +2,8 @@ version: '2'

services:
mariadb:
image: bigfleet/mariadb
container_name: mariadb
image: tier/mariadb
container_name: grouper_mariadb
hostname: mariadb
ports:
- "3306:3306"
Expand Down

0 comments on commit 7be79fd

Please sign in to comment.