You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
services:
|
|
odoo19:
|
|
build: .
|
|
container_name: odoo19
|
|
restart: unless-stopped
|
|
tty: true
|
|
stdin_open: true
|
|
privileged: true
|
|
volumes:
|
|
- ../../odoo_install_debian.sh:/opt/odoo-install/odoo_install.sh
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|