Skip to content

Commit ef51d98

Browse files
author
Kevin Smith
committed
Updated for final release build
1 parent afaea48 commit ef51d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ postgres:
3939
- POSTGRES_PASSWORD=cog
4040

4141
cog:
42-
image: operable/cog:0.11-rc1
42+
image: operable/cog:0.11
4343
environment:
4444
- COG_MQTT_HOST=0.0.0.0
4545
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
@@ -53,7 +53,7 @@ cog:
5353
entrypoint: /home/operable/cog/scripts/docker-start
5454

5555
relay:
56-
image: operable/relay:0.11-rc1
56+
image: operable/relay:0.11
5757
privileged: true
5858
volumes:
5959
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)