Updated Docker (markdown)

Karmaa
2025-06-18 01:41:12 -05:00
parent 8780e88737
commit 34b6575e35

@@ -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: