2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01: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

@@ -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