[+] update auto host, http-server

This commit is contained in:
Siarhei Siniak 2025-04-21 18:07:42 +03:00
parent dc39583cc6
commit 2fef63a253
3 changed files with 5 additions and 2 deletions

@ -1215,7 +1215,7 @@ def http_server(argv):
assert options.port >= 1
try:
if options.public and options.host == '0.0.0.0':
if not options.docker and options.host == '0.0.0.0':
found : bool = False
for o in commands_os.interfaces_index():
if found:

@ -1,6 +1,6 @@
[project]
name = 'online.fxreader.pr34'
version = '0.1.5.9+27.3'
version = '0.1.5.9+27.4'
dependencies = [
#"-r requirements.txt",

Binary file not shown.