add nexterm
This commit is contained in:
parent
ab5e234912
commit
3c2f4a8b75
1 changed files with 11 additions and 0 deletions
11
docker/nexterm/docker-compose.yml
Normal file
11
docker/nexterm/docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
services:
|
||||||
|
nexterm:
|
||||||
|
container_name: nexterm
|
||||||
|
ports:
|
||||||
|
- "6989:6989"
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- nexterm:/app/data
|
||||||
|
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
|
||||||
|
volumes:
|
||||||
|
nexterm:
|
Loading…
Reference in a new issue