version checks, improved secure/insecure handling, bugfixes, and proxy support!
This commit is contained in:
parent
5ddac62717
commit
863b445a17
6 changed files with 194 additions and 112 deletions
|
@ -5,10 +5,9 @@ services:
|
|||
image: openterminal
|
||||
container_name: openterminal
|
||||
ports:
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./certs/cert.crt:/srv/openterminal/certs/cert.crt
|
||||
- ./certs/cert.key:/srv/openterminal/certs/cert.key
|
||||
- 8080:8080
|
||||
environment:
|
||||
PORT: 443
|
||||
OPENTERM_HOST: 0.0.0.0
|
||||
OPENTERM_PORT: 8080
|
||||
# OPENTERM_TRUSTED_PROXIES: 127.0.0.1,192.168.0.100
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue