Updated Docker (markdown)
-6
@@ -12,12 +12,6 @@ docker run -d \
|
|||||||
-e PORT=8080 \
|
-e PORT=8080 \
|
||||||
ghcr.io/lukegus/termix:latest
|
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
|
# Docker Compose
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user