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}