mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update
This commit is contained in:
parent
360a74fb43
commit
c1dc36da0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user