add nexterm

This commit is contained in:
Mafyuh 2024-09-16 00:26:42 -04:00
parent ab5e234912
commit 3c2f4a8b75

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