Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Apr 28, 2018
1 parent 360a74f commit c1dc36d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions grafana/README.md
Expand Up @@ -6,6 +6,8 @@ grafana
[Grafana][1] is a leading open source application for visualizing large-scale
measurement data.

[Installing using Docker][2]

## docker-compose.yml

```yaml
Expand Down Expand Up @@ -43,3 +45,4 @@ $ curl http://localhost:3000/
```

[1]: http://grafana.org/
[2]: http://docs.grafana.org/installation/docker/
4 changes: 2 additions & 2 deletions odoo/README.md
Expand Up @@ -7,7 +7,7 @@ odoo

```yaml
odoo:
image: odoo:10.0
image: odoo:11.0
ports:
- "8069:8069"
volumes:
Expand All @@ -30,7 +30,7 @@ postgres:
## up and running

```bash
$ mkdir -p 777 data/odoo
$ mkdir -m 777 -p data/odoo
$ docker-compose up -d
$ docker-compose exec postgres psql -U postgres
postgres=# \l
Expand Down

0 comments on commit c1dc36d

Please sign in to comment.