Skip to content

Commit

Permalink
Set proper images
Browse files Browse the repository at this point in the history
  • Loading branch information
crinis authored Apr 25, 2017
1 parent 3cfbd04 commit a94eac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:
mysql:
services:
fpm:
image: crinis/web
image: crinis/hlxce
environment:
DB_HOST: db
DB_USERNAME: hlxce
Expand All @@ -31,7 +31,7 @@ services:
# has to be shared with the fpm container
- html:/var/www/html
daemon:
image: crinis/daemon
image: crinis/hlxce-daemon
environment:
DB_HOST: db
DB_USERNAME: hlxce
Expand Down Expand Up @@ -62,4 +62,4 @@ services:
ports:
# Change this port if you don't want it running at port 8080
- 8080:80
cpu_shares: 128
cpu_shares: 128

0 comments on commit a94eac0

Please sign in to comment.