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.
InstallScript_Odoo/test_install/docker-compose.yml

11 lines
235 B

services:
odoo19:
build: .
container_name: odoo19
restart: unless-stopped
command: ["sleep", "infinity"]
tty: true
stdin_open: true
volumes:
- ../odoo_install.sh:/opt/odoo-install/odoo_install.sh:ro