From c61bc818b1254bd903e089dd1229225344e11029 Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Wed, 12 Aug 2026 20:47:35 +0200 Subject: [PATCH] doc: listen to 0.0.0.0 as example for Docker consider that many user will use docker to test Oxicloud --- example.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.env b/example.env index 13dec374..fcb51bfc 100644 --- a/example.env +++ b/example.env @@ -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}