1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-13 22:06:55 +02: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

View File

@ -6,6 +6,8 @@ grafana
[Grafana][1] is a leading open source application for visualizing large-scale [Grafana][1] is a leading open source application for visualizing large-scale
measurement data. measurement data.
[Installing using Docker][2]
## docker-compose.yml ## docker-compose.yml
```yaml ```yaml
@ -43,3 +45,4 @@ $ curl http://localhost:3000/
``` ```
[1]: http://grafana.org/ [1]: http://grafana.org/
[2]: http://docs.grafana.org/installation/docker/

View File

@ -7,7 +7,7 @@ odoo
```yaml ```yaml
odoo: odoo:
image: odoo:10.0 image: odoo:11.0
ports: ports:
- "8069:8069" - "8069:8069"
volumes: volumes:
@ -30,7 +30,7 @@ postgres:
## up and running ## up and running
```bash ```bash
$ mkdir -p 777 data/odoo $ mkdir -m 777 -p data/odoo
$ docker-compose up -d $ docker-compose up -d
$ docker-compose exec postgres psql -U postgres $ docker-compose exec postgres psql -U postgres
postgres=# \l postgres=# \l