From 34b6575e35021b18b1d6395d34c7b4249f336e1e Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:41:12 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 6 ------ 1 file changed, 6 deletions(-) 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: