Skip to content

Commit 8ff139e

Browse files
Add SSH volume to Odoo service in docker-compose
1 parent d7182f4 commit 8ff139e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- ./:/mnt/odoo-src
1111
- ./addons:/mnt/extra-addons
1212
- ./odoo.conf:/etc/odoo/odoo.conf
13+
- ~/.ssh:/root/.ssh:ro
1314
environment:
1415
- HOST=postgres
1516
- USER=odoo

0 commit comments

Comments
 (0)