Skip to content

docker compose.yaml.example

QUENTUSJANCO edited this page Jul 28, 2024 · 9 revisions

this example mounts the config.yaml in the current directory into the container where lxp-bridge expects to find it.

docker run --init --rm --mount type=bind,source=${PWD}/config.yaml,target=/etc/config.yaml celsworth/lxp-bridge

Clone this wiki locally