Skip to content

Commit e87e8ea

Browse files
author
Kevin Smith
committed
Using 0.10 images
1 parent 600d509 commit e87e8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-example.yml

+2-2
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.10-dev
42+
image: operable/cog:0.10
4343
environment:
4444
- DATABASE_URL=ecto://cog:cog@localhost:5432/cog
4545
- COG_ADAPTER=slack
@@ -63,7 +63,7 @@ cog:
6363
entrypoint: /home/operable/cog/scripts/docker-start
6464

6565
relay:
66-
image: operable/relay:0.10-dev
66+
image: operable/relay:0.10
6767
privileged: true
6868
volumes:
6969
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)