Skip to content
Snippets Groups Projects

:books: update develop installation instructions

Merged Vincent Hatakeyama requested to merge topic/default/develop-update into branch/default
@@ -999,7 +999,9 @@
options["extra_hosts"]["redner"] = local_ip
# bind the socket dir in Odoo
if hasattr(redner_docker, "socket_dir"):
mounts.append(Mount(redner_docker.socket_dir, redner_docker.socket_dir, type="bind"))
mounts.append(
Mount(redner_docker.socket_dir, redner_docker.socket_dir, type="bind")
)
# --- Rednerd change config parameters in Odoo database ---
if database:
Loading