diff --git a/Docker.md b/Docker.md index 72d7c37..a8e9ba8 100644 --- a/Docker.md +++ b/Docker.md @@ -12,12 +12,6 @@ docker run -d \ -e PORT=8080 \ ghcr.io/lukegus/termix:latest ``` -Note: -If you want to add your own configuration files or directories for Confix to manage, you need to add additional -v volume mounts. -For example, to map a local config folder /your/local/config to /apps inside the container: -```sh --v /your/local/config:/apps -``` # Docker Compose ```yaml services: