Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Example compose.yml file
  • Loading branch information
mycroftsnm authored Nov 23, 2022
1 parent f7679fa commit 70632b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "3.7"
services:
openerp:
container_name: openerp
image: openerp-docker:latest
user: 1000:1000 # should be owner of volumes
network_mode: host
environment:
DISPLAY: $DISPLAY
volumes:
- "./foo:/home/user:rw" #folder to use as home (to save pdfs, an keep openerp config)
- "/var/run/cups/cups.sock:/var/run/cups/cups.sock:rw" #to use the printers which are available on the host.

0 comments on commit 70632b5

Please sign in to comment.