mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added nexterm
This commit is contained in:
parent
2f13fb4d9f
commit
96648aa77c
@ -8,6 +8,7 @@ services:
|
|||||||
guacamole:
|
guacamole:
|
||||||
image: jwetzell/guacamole:1.5.5
|
image: jwetzell/guacamole:1.5.5
|
||||||
container_name: guacamole
|
container_name: guacamole
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
ports:
|
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