doc: listen to 0.0.0.0 as example for Docker

consider that many user will use docker to test Oxicloud
This commit is contained in:
Edouard Vanbelle
2026-08-12 20:47:35 +02:00
parent 555bf82a16
commit c61bc818b1
+2 -1
View File
@@ -34,7 +34,8 @@ OXICLOUD_SERVER_PORT=8086
# Server bind address (default: 127.0.0.1)
# Use 0.0.0.0 to bind to all interfaces in Docker
# IPv6 format allowed, either ::1 or [::1]
OXICLOUD_SERVER_HOST=127.0.0.1
# here server will bind to all addresses, this is mostly a working Docker example
OXICLOUD_SERVER_HOST=0.0.0.0
# Public base URL for generating share links and external URLs
# If not set, defaults to http://{OXICLOUD_SERVER_HOST}:{OXICLOUD_SERVER_PORT}