8000 Added ports mapping · tools-utils/odoo-api@fabc334 · GitHub
[go: up one dir, main page]

Skip to content

Commit fabc334

Browse files
committed
Added ports mapping
1 parent 0ff94f0 commit fabc334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ services:
1717
environment:
1818
ODOO_HOST: ${ODOO_HOST}
1919
PORT: ${PORT}
20+
ports:
21+
- 9000:9000
2022
working_dir: /odoo_api
2123
command: ["node", "lib/index.js"]
2224
depends_on:

0 commit comments

Comments
 (0)
0