Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
using dockerhub images
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Cerfoglio authored and Cerfoglg committed Jul 19, 2018
1 parent d123b1b commit a4251aa
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 @@ -2,7 +2,7 @@ version: '3'

services:
web:
image: mastermind-ui
image: martel/mastermind-ui
environment:
- MASTERMIND_API_HOST='localhost'
- MASTERMIND_API_PORT='3000'
Expand All @@ -14,7 +14,7 @@ services:
- api

api:
image: mastermind-api
image: martel/mastermind-api
environment:
- MASTERMIND_API_HOST=localhost
- MASTERMIND_API_PORT=3000
Expand Down

0 comments on commit a4251aa

Please sign in to comment.