1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2018-04-28 17:11:10 +08:00
parent 360a74fb43
commit c1dc36da0b
2 changed files with 5 additions and 2 deletions

@ -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
@ -43,3 +45,4 @@ $ curl http://localhost:3000/
```
[1]: http://grafana.org/
[2]: http://docs.grafana.org/installation/docker/

@ -7,7 +7,7 @@ odoo
```yaml
odoo:
image: odoo:10.0
image: odoo:11.0
ports:
- "8069:8069"
volumes:
@ -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