huming0618 / ds-shop

0 stars 0 forks source link

Odoo - 产品信息 #9

Open huming0618 opened 7 years ago

huming0618 commented 7 years ago
huming0618 commented 7 years ago

Reference

huming0618 commented 7 years ago

根据odoo-dockerdocker-compose.yml配置volumes

version: '2'
services:
  web:
    image: odoo:10.0
    network_mode: "host"    
    ports:
      - "8069:8069"
    environment:
      - HOST=localhost
      - USER=odoo
      - PASSWORD=odoo
    volumes:
      - ./config:/etc/odoo
      - ./addons:/mnt/extra-addons