Updated Docker (markdown)
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user