mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 08:47:02 +00:00
added nexterm
This commit is contained in:
parent
2f13fb4d9f
commit
96648aa77c
@ -8,6 +8,7 @@ services:
|
||||
guacamole:
|
||||
image: jwetzell/guacamole:1.5.5
|
||||
container_name: guacamole
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
|
22
nexterm/compose.yml
Normal file
22
nexterm/compose.yml
Normal file
@ -0,0 +1,22 @@
|
||||
# https://github.com/gnmyt/Nexterm?tab=readme-ov-file
|
||||
|
||||
# The open source server management software for SSH, VNC & RDP
|
||||
|
||||
name: nexterm
|
||||
|
||||
services:
|
||||
nexterm:
|
||||
container_name: nexterm
|
||||
ports:
|
||||
- "6989:6989"
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user