We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaea48 commit ef51d98Copy full SHA for ef51d98
1 file changed
docker-compose.yml
@@ -39,7 +39,7 @@ postgres:
39
- POSTGRES_PASSWORD=cog
40
41
cog:
42
- image: operable/cog:0.11-rc1
+ image: operable/cog:0.11
43
environment:
44
- COG_MQTT_HOST=0.0.0.0
45
- DATABASE_URL=ecto://cog:cog@postgres:5432/cog
@@ -53,7 +53,7 @@ cog:
53
entrypoint: /home/operable/cog/scripts/docker-start
54
55
relay:
56
- image: operable/relay:0.11-rc1
+ image: operable/relay:0.11
57
privileged: true
58
volumes:
59
- /var/run/docker.sock:/var/run/docker.sock
0 commit comments