Skip to content

Commit

Permalink
Updated for final release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Smith committed Nov 7, 2016
1 parent 150675a commit 330cacd
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 @@ -42,7 +42,7 @@ cog:
extends:
file: docker-compose.common.yml
service: common
image: operable/cog:0.16.1-rc1
image: operable/cog:0.16.1
environment:
- COG_MQTT_HOST=0.0.0.0
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
Expand All @@ -59,7 +59,7 @@ relay:
extends:
file: docker-compose.common.yml
service: common
image: operable/relay:0.16.1-rc1
image: operable/relay:0.16.1
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 330cacd

Please sign in to comment.