Skip to content

Commit 3c2f4a8

Browse files
author
Mafyuh
committedSep 16, 2024
add nexterm
1 parent ab5e234 commit 3c2f4a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎docker/nexterm/docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
services:
2+
nexterm:
3+
container_name: nexterm
4+
ports:
5+
- "6989:6989"
6+
restart: always
7+
volumes:
8+
- nexterm:/app/data
9+
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
10+
volumes:
11+
nexterm:

0 commit comments

Comments
 (0)
Please sign in to comment.