11 lines
213 B
YAML
11 lines
213 B
YAML
services:
|
|
nexterm:
|
|
container_name: nexterm
|
|
ports:
|
|
- "6989:6989"
|
|
restart: always
|
|
volumes:
|
|
- nexterm:/app/data
|
|
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
|
|
volumes:
|
|
nexterm:
|