We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150675a commit 330cacdCopy full SHA for 330cacd
docker-compose.yml
@@ -42,7 +42,7 @@ cog:
42
extends:
43
file: docker-compose.common.yml
44
service: common
45
- image: operable/cog:0.16.1-rc1
+ image: operable/cog:0.16.1
46
environment:
47
- COG_MQTT_HOST=0.0.0.0
48
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
@@ -59,7 +59,7 @@ relay:
59
60
61
62
- image: operable/relay:0.16.1-rc1
+ image: operable/relay:0.16.1
63
privileged: true
64
volumes:
65
- /var/run/docker.sock:/var/run/docker.sock
0 commit comments